Sending a pycharm project
I just created a pycharm project which uses multiple libraries (downloaded through pycharm) and python files. I want to send this project to my boss as an app that he can simply download, click on, and run. He doesn't have pycharm installed, and probably does not have pip installed either. Is there any way to do this?
Please sign in to leave a comment.
Hello,
It depends on the project type and specific.
The general thing is that all you need is to zip a project folder and send it, after that it can be opened on a target side as described here https://www.jetbrains.com/help/pycharm/opening-your-project-for-the-first-time.html
However, if the interpreter (virtual environment) is not located in the Project folder than it should be configured again https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html
Let me know if you have any questions.