Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelos28 committed Oct 25, 2024
1 parent bf2aace commit 2448981
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/user-guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ PDM is used as the project manager for EOS, making it easier to install dependen
git clone https://github.com/UNC-Robotics/eos
3. Install Dependencies
3. Make a Virtual Environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: shell
cd eos # Navigate to the cloned repository
python3 -m venv env
source env/bin/activate
4. Install Dependencies
^^^^^^^^^^^^^^^^^^^^^^^
Navigate to the cloned repository and run:

Expand Down

0 comments on commit 2448981

Please sign in to comment.