Closed mrbeann closed 5 years ago
Since I have to install this package before it works through pip install -e ., this is inconvenient for modify the code, can I use it without install?
pip install -e .
@mrbeann The -e flag makes the installation editable so that you can edit and change without worrying about the installation anymore... So just do that in your virtualenv and you should be ready to go!
-e
Since I have to install this package before it works through
pip install -e .
, this is inconvenient for modify the code, can I use it without install?