Skip to content

Commit

Permalink
Fix conda installation instructions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbarletta authored Nov 5, 2023
1 parent 9733594 commit 1115502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip install freesasa
Or, alternatively, by using conda

```sh
conda install freesasa
conda install -c conda-forge freesasa
```

Developers can clone the library, and then build the module by the following
Expand Down

0 comments on commit 1115502

Please sign in to comment.