Skip to content

Commit 9c0f00a

Browse files
committed
Moved project report into docs and added comments in README
Signed-off-by: Deepanshu <[email protected]>
1 parent 0c2a1d7 commit 9c0f00a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Getting started
1111

1212
Work-in-progress instructions:
1313

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)
1515
1. clone the git repository: `git clone https://gitlab.com/aalvesjr/Hydra.Python.git`
1616
2. go to the Hydra.Python directory just retrieved: `cd Hydra.Python`
1717
3. create a build directory: `mkdir build`
@@ -20,4 +20,5 @@ Work-in-progress instructions:
2020
6. `make`
2121

2222
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
24+
also contains the GSoC 2017 project report.
File renamed without changes.

0 commit comments

Comments
 (0)