Skip to content

Commit

Permalink
appending pkg-config for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 committed Oct 26, 2023
1 parent dc91ea1 commit bff1fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/qs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Alternatively, one can `compile OpenFOAM-7 from source code<https://openfoam.org
.. code-block:: bash
# For CUDA-supported platforms
conda create -n deepflame \
pytorch torchvision torchaudio libcantera-devel easydict pybind11 \
pytorch torchvision torchaudio libcantera-devel easydict pybind11 pkg-config \
-c pytorch -c nvidia -c cantera -c conda-forge
conda activate deepflame
Expand Down

0 comments on commit bff1fcb

Please sign in to comment.