https://github.com/stackql/stackql-provider-aws
https://github.com/stackql/stackql-provider-aws
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackql/stackql-provider-aws
- Owner: stackql
- Created: 2025-05-05T04:28:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T18:54:05.000Z (4 months ago)
- Last Synced: 2025-09-17T21:01:19.526Z (4 months ago)
- Language: Python
- Size: 21.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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