Oct-17-2022, 12:25 PM
Hi everybody
How can create an installable software with all needed files and packages in Pycharm ?
How can create an installable software with all needed files and packages in Pycharm ?
export project to an installable software in Pycharm
|
Oct-17-2022, 12:25 PM
Hi everybody
How can create an installable software with all needed files and packages in Pycharm ?
Oct-17-2022, 05:17 PM
(Oct-17-2022, 12:25 PM)jalal0034 Wrote: How can create an installable software with all needed files and packages in Pycharm ?I would leave Editors completely out of this task,do it all from command line. In this post i make a basic package using Setuptools. Can look at How to create a Python package in 2022 Can look at this Thread i did write 5-years ago,but still giive an ok overview, There also stuff like PyInstaller to take need of people having Python installed out of the picture. Pyinstaller can be combined with eg Nullsoft, Inno Setup.
Oct-17-2022, 06:15 PM
PyCharm can help you make the setup.py file. Everything else is built the same regardless of what editor or IDE you are using.
https://intellij-support.jetbrains.com/h...th-pycharm- |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Python package as installable | Prabakaran141 | 0 | 1,911 |
Mar-10-2020, 10:07 AM Last Post: Prabakaran141 |
|
How do I tell Pycharm "run this project" | sylas | 2 | 3,909 |
Dec-31-2017, 07:22 PM Last Post: metulburr |
|
Since PyCharm knows which file is "main", how can I tell it "run this project" | sylas | 7 | 10,151 |
Sep-03-2017, 11:48 AM Last Post: Larz60+ |