https://github.com/winand/binance-apr-chart
https://github.com/winand/binance-apr-chart
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/winand/binance-apr-chart
- Owner: Winand
- Created: 2023-03-29T17:51:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T20:19:32.000Z (about 3 years ago)
- Last Synced: 2025-01-31T06:37:39.814Z (over 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
sudo apt install python3-pip python3-venv
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
```