nicolasbonnici / cryptobot

Crypto trading bot wrote using Python 3.9.
https://nbonnici.info/
MIT License
209 stars 89 forks source link

Totally New to Github Projects #18

Open pdb159 opened 3 years ago

pdb159 commented 3 years ago

Hi, I'm totally new to Github Project and hence i'm not able to install or run your project. I was able to download the whole zip of your files and pasted them into my anaconda directory, afterward i installed the requirements file and run into some errors which I fixed by installing the packages manually. But now I'm trying to run the main.py file with "python main" in my command shell and i keep running into the same error. "UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option)) decouple.UndefinedValueError: API_ROOT not found. Declare it as envvar or define a default value." I also placed my api keys for binance into the .env file. What am I doing wrong or how am I supposed to run it?

Sorry for the silly question just trying to figure out how to run any github project, thanks for the help in advance!

nicolasbonnici commented 3 years ago

Hey there what version of Python do you use (only tested with 3.8 and 3.9)?

Do you install dependencies with: pip install --no-cache-dir -r requirements.txt?