Skip to content

Commit

Permalink
make sure current conda-forge is still working
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Sep 28, 2023
1 parent 2e0e0ec commit b7d0445
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 @@ -23,14 +23,14 @@ which includes the pseudopotential files:
# Change 'sparc-env' to your desired name if needed
conda create -n sparc-env
conda activate sparc-env
conda install -c alchem0x2a sparc-x-api
conda install -c alchem0x2a sparc-dft-api
```

On Linux platforms (x86_64, aarch64), you can also install the
precompiled `sparc` DFT binaries alongside the API:

```bash
conda install -c alchem0x2a sparc
conda install -c conda-forge sparc-x
conda activate sparc-env # Re-activate to have the env variables effective
```

Expand Down

0 comments on commit b7d0445

Please sign in to comment.