Cory Hawkless e8436e6540 | ||
---|---|---|
ng_openstack | ||
.env.example | ||
.gitignore | ||
README.md | ||
exceptions.py | ||
main.py | ||
requirements.txt |
README.md
Run redis localls to store tokens docker run -d -p 6379:6379 --name redis redis
sudo apt install python3-dotenv source venv/bin/activate pip3 install -r requirements.txt