Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Fix ubuntu installations
error: command 'swig' failed: No such file or directory
  • Loading branch information
lokeshsoni authored Aug 3, 2022
1 parent ab8b51b commit 781f8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/start/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Open an ubuntu terminal and type:

.. code-block:: bash
sudo apt-get update && sudo apt-get install cmake libopenmpi-dev python3-dev zlib1g-dev libgl1-mesa-glx
sudo apt-get update && sudo apt-get install cmake libopenmpi-dev python3-dev zlib1g-dev libgl1-mesa-glx swig
Step 3: Install `FinRL <https://github.com/AI4Finance-Foundation/FinRL>`_
--------------------------------------------------------------------------
Expand Down

0 comments on commit 781f8fa

Please sign in to comment.