Skip to content

Commit

Permalink
remove conda install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eszter Varga-Umbrich authored and Eszter Varga-Umbrich committed Jul 14, 2024
1 parent 9561e09 commit 7e1dedc
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,7 @@ pip install mace-torch

For CPU or MPS (Apple Silicon) installation, use `pip install torch torchvision torchaudio` instead.

### conda installation from source

To install from source using `conda`, follow the steps below:
```sh
# Create a virtual environment and activate it
conda create --name mace_env
conda activate mace_env

# Install PyTorch
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia

# (optional) Install MACE's dependencies from Conda as well
conda install numpy scipy matplotlib ase opt_einsum prettytable pandas e3nn

# Clone and install MACE (and all required packages)
git clone https://github.com/ACEsuit/mace.git
pip install ./mace
```
For the Pytorch version, use the appropriate version for your CUDA version.
### pip installation from source
### Installation from source

To install via `pip`, follow the steps below:

Expand Down

0 comments on commit 7e1dedc

Please sign in to comment.