Skip to content

Commit

Permalink
update README after del environment.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Aug 16, 2023
1 parent de83d5f commit caa75a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ git clone https://github.com/insarlab/PySolid.git
# option 1: use conda to install dependencies into an existing, activated environment
conda install -c conda-forge fortran-compiler --file PySolid/requirements.txt

# option 2: use conda to create a new environment named "pysolid"
conda env create -f PySolid/environment.yml
# option 2: use conda to install dependencoes into a new environment, e.g. named "pysolid"
conda create --name pysolid fortran-compiler --file PySolid/requirements.txt
conda activate pysolid

# option 3: have a Fortran compiler already installed and use pip to install the rest dependencies
Expand Down

0 comments on commit caa75a0

Please sign in to comment.