kashif / firedup

Clone of OpenAI's Spinning Up in PyTorch
MIT License
146 stars 25 forks source link

How can I easily modify the code? #5

Closed mrbeann closed 5 years ago

mrbeann commented 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?

kashif commented 5 years ago

@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!