https://github.com/optimizely/rollouts-getting-started-python
https://github.com/optimizely/rollouts-getting-started-python
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/optimizely/rollouts-getting-started-python
- Owner: optimizely
- Archived: true
- Created: 2019-02-25T23:56:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T00:06:05.000Z (about 7 years ago)
- Last Synced: 2025-03-01T12:17:18.086Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`