python:pycharm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python:pycharm [2024/02/02 01:39] – Wuff | python:pycharm [2024/08/28 17:49] (current) – Wuff | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| < | < | ||
| + | wget https:// | ||
| tar -xvzf pycharm-community-2023.3.3.tar.gz | tar -xvzf pycharm-community-2023.3.3.tar.gz | ||
| sudo mv pycharm-community-2023.3.3 / | sudo mv pycharm-community-2023.3.3 / | ||
| - | / | + | / |
| </ | </ | ||
| Line 16: | Line 17: | ||
| [Desktop Entry] | [Desktop Entry] | ||
| Name=PyCharm | Name=PyCharm | ||
| - | Exec=/ | + | Exec=/ |
| Comment= | Comment= | ||
| Terminal=false | Terminal=false | ||
| Line 38: | Line 39: | ||
| Create new project from Github repo: | Create new project from Github repo: | ||
| Git menu -> Clone -> paste github .git clone url -> select new or attach to existing project | Git menu -> Clone -> paste github .git clone url -> select new or attach to existing project | ||
| + | For virtual environment, | ||
| + | To install the packages from requirements.txt file , open the file and a bar appears to install missing requirements. | ||
| Configuring Pycharm to run Pyinstaller | Configuring Pycharm to run Pyinstaller | ||
| Line 44: | Line 46: | ||
| https:// | https:// | ||
| - | Deployment | + | Deployment |
| https:// | https:// | ||
python/pycharm.1706837996.txt.gz · Last modified: by Wuff