We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e642481 commit bd3a2e0Copy full SHA for bd3a2e0
docs/install.md
@@ -66,7 +66,7 @@ sudo mv qt.conf qt.backup
66
2. Install [Homebrew](http://brew.sh/)
67
3. Copy `cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist`
68
4. Building RDM dependencies require i.a. `openssl`, `cmake` and `python3`. Install them: `brew install openssl cmake python3`
69
-5. Install python requirements `pip3 install -r py/requirements.txt`
+5. Install python requirements `pip3 install -t ../bin/osx/release -r py/requirements.txt`
70
6. Build RDM dependencies `./configure`
71
7. Install [Qt 5.9](http://www.qt.io/download-open-source/#section-2). Add Qt Creator and under Qt 5.9.x add Qt Charts module.
72
8. Open ./src/rdm.pro in Qt Creator
0 commit comments