You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Getting started
11
11
12
12
Work-in-progress instructions:
13
13
14
-
0. when cmake'ing pybind11, make sure to specify the correct major Python version. For example `cmake -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python` to make sure Python 2 is picked up.
14
+
0. when cmake'ing pybind11, make sure to specify the correct major Python version. For example `cmake -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python` to make sure Python 2 is picked up. (Or provide the path to python3)
15
15
1. clone the git repository: `git clone https://gitlab.com/aalvesjr/Hydra.Python.git`
16
16
2. go to the Hydra.Python directory just retrieved: `cd Hydra.Python`
17
17
3. create a build directory: `mkdir build`
@@ -20,4 +20,5 @@ Work-in-progress instructions:
20
20
6.`make`
21
21
22
22
These instructions create a library .so to be imported from Python.
23
-
Comprehensive documentation is to be found under the `docs/` folder.
23
+
Comprehensive documentation is to be found under the `docs/` folder. The `docs/` folder
0 commit comments