Skip to content

Commit

Permalink
Update basic.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
edraizen authored Dec 2, 2023
1 parent 61dfe21 commit 9d4a200
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 9d4a200

Please sign in to comment.