Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored May 20, 2024
1 parent 07fba2b commit c03110c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ In your newly activated conda environment, run the following commands to install
For the latest PyPI release:

```bash
pip install uv # (1)!
uv pip install --force-reinstall --no-deps "ase @ https://gitlab.com/ase/ase/-/archive/master/ase-master.zip"
# Install development version of ASE
pip install --force-reinstall --no-deps "ase @ https://gitlab.com/ase/ase/-/archive/master/ase-master.zip"

uv pip install quacc
# Install quacc
pip install quacc
```

1. It is optional to use `uv`, but it greatly speeds up the installation process.

For the development version:

```bash
pip install uv
uv pip install --force-reinstall --no-deps "ase @ https://gitlab.com/ase/ase/-/archive/master/ase-master.zip"
# Install development version of ASE
pip install --force-reinstall --no-deps "ase @ https://gitlab.com/ase/ase/-/archive/master/ase-master.zip"

uv pip install git+https://github.com/quantum-accelerators/quacc.git
# Install development version of quacc
pip install git+https://github.com/quantum-accelerators/quacc.git
```

0 comments on commit c03110c

Please sign in to comment.