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

https://github.com/optimizely/rollouts-getting-started-python


https://github.com/optimizely/rollouts-getting-started-python

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# rollouts-getting-started-python

## Installation
- `git clone git@github.com:optimizely/rollouts-getting-started-python.git`
- `cd rollouts-getting-started-python`
- `python3 -m venv env`
- `source env/bin/activate`
- `pip install -r requirements.txt`
- `python app.py`