Skip to content

Commit

Permalink
docs: fixed guide formatting issues caused by prettier (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-harri authored Oct 24, 2024
1 parent 45b96d9 commit d4bc106
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions content/guides/react-fastapi-rag-portfolio.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ Follow these steps to set up your backend for the full-stack portfolio website:

3. Set up the virtual environment.

You will now create and activate a virtual environment in which your project's dependencies will be installed.
You will now create and activate a virtual environment in which your project's dependencies will be installed.
<CodeTabs labels={["Linux/macOS", "Windows"]}>
`bash
<CodeTabs labels={["Linux/macOS", "Windows"]}>
```bash
uv venv
source .venv/bin/activate
`
```
`bash
```bash
uv venv
.venv\Scripts\activate
```
uv venv
.venv\Scripts\activate
`
</CodeTabs>
</CodeTabs>
You should see `(portfolio_backend)` in your terminal now, this means that your virtual environment is activated.
You should see `(portfolio_backend)` in your terminal now, this means that your virtual environment is activated.
4. Install dependencies.
Expand Down
20 changes: 10 additions & 10 deletions content/guides/timescale-fastapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ Follow these steps to set up your project and virtual environment:

2. Set up the virtual environment.

You will now create and activate a virtual environment in which your project's dependencies will beinstalled.
You will now create and activate a virtual environment in which your project's dependencies will beinstalled.
<CodeTabs labels={["Linux/macOS", "Windows"]}>
`bash
<CodeTabs labels={["Linux/macOS", "Windows"]}>
```bash
uv venv
source .venv/bin/activate
`
```
`bash
```bash
uv venv
.venv\Scripts\activate
```
uv venv
.venv\Scripts\activate
`
</CodeTabs>
</CodeTabs>
You should see `(timescale_fastapi)` in your terminal now, this means that your virtual environment is activated.
You should see `(timescale_fastapi)` in your terminal now, this means that your virtual environment is activated.
3. Install dependencies.
Expand Down

0 comments on commit d4bc106

Please sign in to comment.