An open API service indexing awesome lists of open source software.

https://github.com/stackql/stackql-provider-aws


https://github.com/stackql/stackql-provider-aws

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 1. Create the virtual environment
python3 -m venv .venv

# 2. Activate it
source .venv/bin/activate

# 3. Install all dependencies from requirements.txt
pip install -r requirements.txt

deactivate