Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bouralab/Prop3D
Browse files Browse the repository at this point in the history
  • Loading branch information
edraizen committed May 31, 2024
2 parents 24f8ac0 + 241579b commit e10b3c4
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 e10b3c4

Please sign in to comment.