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
You can use this also:-
python setup.py develop
Sankalp Answered question November 12, 2020