I am using the cloudscraper python library, installed from the Pycharm UI. Therefore, I am using the main version of this package.
I would like to try to use the dev version of this package, that can be downloaded through github from the relative branch (https://github.com/VeNoMouS/cloudscraper/tree/dev). In order to install this dev package, I have to run python setup.py install
.
Is there a way to keep both versions of this module? How can I install the dev package directly from the UI?