Skip to content

Commit

Permalink
Merge pull request #31 from bouralab/edraizen-patch-1
Browse files Browse the repository at this point in the history
Update basic.rst
  • Loading branch information
edraizen authored Dec 2, 2023
2 parents 61dfe21 + 9d4a200 commit 241579b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ Make sure all of the prereuqisites are installed, then run:

.. code-block:: bash
pip install prop3D
git clone https://github.com/bouralab/Prop3D.git
cd Prop3D
git submodule init
git submodule update
python setup.py install
Next, configure HSDS to run with the pre-calculated datasets:

Expand Down

0 comments on commit 241579b

Please sign in to comment.