Skip to content

Commit

Permalink
docs: add missing workon command to Linux build instructions
Browse files Browse the repository at this point in the history
workon is required on Linux for activating a virtualenv, just like it
is on MacOS.  It's already documented in the MacOS section, so include
it in the Linux section too.
  • Loading branch information
aspiers authored and LefterisJP committed Dec 1, 2024
1 parent 65855bb commit 086ecdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirement-and-installation/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Create a new [virtual environment](http://docs.python-guide.org/en/latest/dev/vi

```sh
mkvirtualenv rotki -p /usr/bin/python3.11
workon rotki
```

Then install all the Python requirements:
Expand Down

0 comments on commit 086ecdf

Please sign in to comment.