PybottCryptoSignalBinance
- python -m venv venv
- venv\Scripts\activate (To activate virtual environment)
- pip install -r requirements.txt
- python app.py
- git init
- git add .
- git commit -m "add first issue"
- heroku login
- heroku create
- git push heroku master
- heroku buildpacks:add --index 1 heroku/python
- heroku buildpacks:add --index 2 https://github.com/numrut/heroku-buildpack-python-talib
- heroku logs --tail