Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
changed virtual environment location to repository
  • Loading branch information
Tearran authored and igorpecovnik committed Jul 18, 2024
1 parent 29c2a14 commit dd70d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ cd documentation
Set up a Python virtual environment to isolate the project dependencies:

```bash
python3 -m venv $HOME/.local/armbian-docs-env
source $HOME/.local/armbian-docs-env/bin/activate
$HOME/.local/armbian-docs-env/bin/pip install -r requirements.txt
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

### Building and Serving the Documentation
Expand Down

0 comments on commit dd70d45

Please sign in to comment.