Skip to content

Commit

Permalink
docs: add dependency to conda env build (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Feb 2, 2023
1 parent 9549c3c commit 6626049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project_info/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Follow these steps to set up a development environment.

.. code-block:: bash
conda create -n haptools-dev -c conda-forge 'poetry>=1.1.14' 'python=3.7'
conda create -n haptools-dev -c conda-forge 'poetry>=1.1.14' 'python=3.7' 'gxx_linux-64'
2. Activate the environment

.. code-block:: bash
Expand Down

0 comments on commit 6626049

Please sign in to comment.