Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Jan 22, 2024
2 parents a2da035 + 7cee31c commit a36dcd9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions versioned_docs/version-2.0.0/quickstart/python-flask-mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ keyword:

- Install WSL (`wsl --install`) for <img src="/docs/img/os/windows.png" alt="Windows" width="3%" /> Windows.

### Install Python and pip

```bash
sudo apt update
sudo apt install python3
sudo apt install python3-pip
```


## Optional 🛠️

- Install Colima( `brew install colima && colima start` ) for <img src="/docs/img/os/macos.png" alt="MacOS" width="3%" /> MacOs.
Expand Down Expand Up @@ -256,6 +265,12 @@ Depending on your OS, choose your adventure:

In `app.py`, replace the MongoDB connection URL with - `mongodb://0.0.0.0:27017/`

Install the required Python packages:

```bash
pip install -r requirements.txt
```

Ready, set, record! Here's how:
```bash
Expand Down

0 comments on commit a36dcd9

Please sign in to comment.