| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you don’t have Python installed, install it from here
Clone this repository
Navigate into the project directory
$ cd openai-quickstart-pythonCreate a new virtual environment
$ python -m venv venv
$ . venv/bin/activateInstall the requirements
$ pip install -r requirements.txtMake a copy of the example environment variables file
$ cp .env.example .envAdd your API key to the newly created .env file
Run the app
$ flask runYou should now be able to access the app at http://localhost:5000!
| Back | FazBrowse Home | New Git URL |