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: docs/basics.rst
+13-19Lines changed: 13 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,11 @@ started, make sure that the development environment is set up to compile the
8
8
included set of test cases.
9
9
10
10
11
-
Compiling the test cases
12
-
========================
11
+
Quick start
12
+
===========
13
13
14
-
Linux/MacOS
15
-
-----------
16
-
17
-
On Linux you'll need the `Hydra`_, `Pybind11`_ and the **cmake**. Also, you will
18
-
be requiring the **python-dev** or **python3-dev** package. You can clone
14
+
On Linux you'll need the `Hydra`_ and `Pybind11`_ projects as well as **cmake** to build. The **python-dev** or **python3-dev** package is required too.
15
+
You can clone
19
16
and fetch the latest code for both of the mentioned libraries. Then you could
20
17
create a directory structure similar to below one.
21
18
@@ -38,16 +35,15 @@ After downloading the prerequisites, run
0 commit comments