IanQS / krak_trader

Automated Kraken Trader
2 stars 1 forks source link

Virtual environments - how to create/share/maintain? #21

Closed wrhm closed 6 years ago

wrhm commented 6 years ago

SpaCy's install page highly recommends using venv. @IanQS , how do you personally handle venv setups, and what's a good way to make sure we all have the same dependencies installed?

Afterthought: I guess we'll work toward having a live bot on a central location, with a CI setup in-place. Though for testing, we'll each still need access to packages/modules.

IanQS commented 6 years ago

I personally use virtualenvwrapper and on #13 you'll see a requirements.txt which describes the version numbers

wrhm commented 6 years ago

Documenting my PyCharm/conda requirements process here: