Skip to content

Commit

Permalink
Update conda environment setup in installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 28, 2024
1 parent 928ff56 commit 6eb0f4f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,17 @@ I prefer to use conda for package management, so I'll explain set up using conda
2. Create a conda environment:

If you intend to use a GPU (recommended):

.. code-block:: console
conda env create --file environment_GPU.yml
Otherwise,

.. code-block:: console
conda env create --file environment_CPU_only.yml
conda env create --file environment.yml
Then activate the conda environment

.. code-block:: console
conda activate face_rhythm
3. Run the set up script:
1. Run the set up script:

.. code-block:: console
Expand Down

0 comments on commit 6eb0f4f

Please sign in to comment.