Rikj000 / MoniGoMani

Isn't that what we all want? Our money to go many? Well that's what this framework/strategy hopes to do for you! By giving you & HyperOpt a lot of signals to alter the weights from.

Home Page:https://monigomani.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ Properly implement `pyenv` & `pipenv`

Rikj000 opened this issue · comments

Make mgm-hurry run under:

  • pyenv: Lets you easily switch between multiple versions of Python.
  • pipenv: The new currently preferred to use package for Python virtual environments for dependency packages and also should be able to work together with Freqtrade's older virtualenv (Older package that does the same for freqtrade itself).

The benefit of running everything under pyenv & pipenv will be that we eliminate the Python +3.8 dependency.
(Since the virtual environment will use whichever Python version we need, stand-alone from the main Python version used by the OS).
Quite a few Linux distributions are not on Python +3.8 yet, which currently renders them unable to do a source install.

Those who wish to be early, you can already install pyenv by:

Added in commits: 1117c45...0b3f520 🎉