Skip to content

Commit

Permalink
Reqs2
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Nov 17, 2023
1 parent 0c21dbc commit 67854b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ python -m venv venv
3. Change to the `application/` subdir by the command `cd application/` and install dependencies for the backend:

```commandline
pip install -r /application/requirements.txt
pip install -r application/requirements.txt
```

4. Run the app using `flask --app application/app.py run --host=0.0.0.0 --port=7091`.
Expand Down

2 comments on commit 67854b3

@vercel
Copy link

@vercel vercel bot commented on 67854b3 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextra-docsgpt – ./docs

nextra-docsgpt.vercel.app
nextra-docsgpt-arc53.vercel.app
nextra-docsgpt-git-main-arc53.vercel.app
docs.docsgpt.co.uk

@vercel
Copy link

@vercel vercel bot commented on 67854b3 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-brown.vercel.app
docs-gpt-git-main-arc53.vercel.app
docs-gpt-arc53.vercel.app

Please sign in to comment.