Creating Distribution of Module
Hi,
Very new to Python and Pycharm, but I was following along with a book that had me create a function and then run some code:
python setup.py sdist
Then
python setup.py install
This created a "distribution" that I could use the import keyword to import into my other projects. I'm assuming PyCharm has something that does this?
Thanks,
Very new to Python and Pycharm, but I was following along with a book that had me create a function and then run some code:
python setup.py sdist
Then
python setup.py install
This created a "distribution" that I could use the import keyword to import into my other projects. I'm assuming PyCharm has something that does this?
Thanks,
Please sign in to leave a comment.