Skip to content
Snippets Groups Projects
Commit 7ede78a6 authored by Moul's avatar Moul
Browse files

[fix] doc: install on fedora: pip install requirement with '-r' option.

parent 9b2587aa
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ cd ~/projects/sakia_dev
### Install pip dependencies
```bash
sudo pip3 install --upgrade pip
sudo pip3 install requirements.txt
sudo pip3 install -r requirements.txt
```
### Fix Qt link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment