1 min read
I want to install a newly developed python package before releasing it down on the PyPI platform. How can I test it down before releasing it on the PyPI platform?
FreshlyBuilt Answered question January 17, 2021
1 min read
Here is an alternative command to install a developmental package.
pip install -e .
FreshlyBuilt Edited answer January 17, 2021