Skip to content

Commit

Permalink
Update installation.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshanshbhatt committed Mar 17, 2022
1 parent 725f3fd commit 117051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export PATH="$HOME/conda_root/bin:$PATH"
```
Then prepare the environment:
```bash
conda create -n lf -c conda-forge llvmdev=11.0.1 bison=3.4 re2c python cmake make toml
conda create -n lf -c conda-forge llvmdev=11.0.1 bison=3.4 re2c python cmake make toml numpy
conda activate lf
```
Clone the LFortran git repository:
Expand Down

0 comments on commit 117051e

Please sign in to comment.