Skip to content

Commit

Permalink
Merge pull request #274 from spacetelescope/feature/apple-silicon-ins…
Browse files Browse the repository at this point in the history
…tall

Adding instructions for Apple Silicon
  • Loading branch information
RemiSoummer authored Dec 20, 2024
2 parents 8733f46 + 16c2349 commit de4e6ee
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,23 @@ cd catkit2
cd extern
./download.sh
cd ..
```
For installation on Apple Silicon with python=3.7, you need to follow these steps:
```
conda create --name catkit2
conda activate catkit2
conda config --env --set subdir osx-64
conda env update --file environment.yml
```

For all other platforms, you can use the following command:
```
conda env create --file environment.yml
conda activate catkit2
```

Finally install the package using:
```
python setup.py develop
cd ..
```
```

0 comments on commit de4e6ee

Please sign in to comment.