Skip to content

Commit 16eb19e

Browse files
authored
switch install docs to use mamba (#226)
* switch install docs to use mamba * fix torchdata pin * we now have native arm builds * we now have native arm builds
1 parent 865c42c commit 16eb19e

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ We recommend using [`mamba`](https://mamba.readthedocs.io/en/latest/mamba-instal
2828
$ mamba create --name espaloma -c conda-forge "espaloma=0.3.2"
2929
```
3030

31-
Note: If you are using a Mac with a M1/M2 chip, you will need to install and run `espaloma` using [Rosetta](https://support.apple.com/en-au/HT211861) by using the following commands:
32-
33-
```bash
34-
CONDA_SUBDIR=osx-64 mamba create --name espaloma -c conda-forge "espaloma=0.3.2"
35-
mamba activate espaloma
36-
mamba config --env --set subdir osx-64
37-
```
38-
39-
This will ensure that any other packages installed in the `espaloma` will also use Rosetta.
40-
4131
# Example: Deploy espaloma 0.3.2 pretrained force field to arbitrary MM system
4232

4333
```python

docs/install.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,4 @@ We recommend using `mamba <https://mamba.readthedocs.io/en/latest/mamba-installa
88

99
.. code-block:: bash
1010
11-
$ mamba create --name espaloma -c conda-forge "espaloma=0.3.2"
12-
13-
Note: If you are using a Mac with an M1/M2 chip, you will need to install and run ``espaloma`` using `Rosetta <https://support.apple.com/en-us/HT211861>`_ by using the following commands:
14-
15-
.. code-block:: bash
16-
17-
CONDA_SUBDIR=osx-64 mamba create --name espaloma -c conda-forge "espaloma=0.3.2"
18-
mamba activate espaloma
19-
mamba config --env --set subdir osx-64
20-
21-
This will ensure that any other packages installed in the ``espaloma`` environment will also use Rosetta.
11+
$ mamba create --name espaloma -c conda-forge "espaloma=0.3.2"

0 commit comments

Comments
 (0)