Skip to content

WorkingWithPythonProjects

Oren Mishali edited this page Jun 3, 2020 · 2 revisions

Working with Python Projects

  • We find it helpful to create a virtual environment within the project, see here.
  • Upload your project to pypi.org! see here.
    • Note: for upgrades you may need to add --skip-existing to twine as explained here.

Clone this wiki locally