PyCharm is an integrated Python development environment tool. Ability to debug, generate and run code. Pycharm is an indispensable tool for python developers.
Environmental Requirements
Minimum 2 GB memory, recommended 8 GB memory 1024x768 Minimum screen resolution Python 2.7, or Python 3.5 or higher This article will be installed in Kali 2022.
Download Installation Pack
First, we go to PyCharm's official website to download the installation package, https://www.jetbrains.com/pycharm/download/#section=windows
Currently, Pycharm provides versions of three different operating systems. Here we choose KALI as the operating system, so click Linux
Select the community version, Download
After we wait for the download to complete, we copy it into kali.
Execute the following command to decompress the file.
tar -zxvf pycharm-community-2022.1.3.tar.gz
Run
cd bin #Enter bin directory
./Agree to Agreement send anonymous ststististic
Perfect running
Recommended Comments