Skip to content

Commit

Permalink
Update installation.rst to add swig for WSL (#1049)
Browse files Browse the repository at this point in the history
swig is needed for installation by default which is included in Ubuntu installation description but not the WSL
  • Loading branch information
emadbagheri96 committed Jul 6, 2023
1 parent b71567a commit 1937d99
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 @@ -206,7 +206,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 4: Install `FinRL <https://github.com/AI4Finance-Foundation/FinRL>`_
--------------------------------------------------------------------------
Expand Down

0 comments on commit 1937d99

Please sign in to comment.