Skip to content

Commit

Permalink
grammer, extra sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Sricharan Reddy Varra authored and Sricharan Reddy Varra committed Jun 10, 2022
1 parent b7deeab commit f95ff90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_rtd/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To verify installation, activate your `conda` environment with `conda activate <

**Apple Silicon Installation**

Currently there is not a native M1 implementation of ark-analysis for development, so it will have to be run through Rosetta 2 (the Intel to Arm transition layer). Luckily, this isn't something you'll have to deal with, as `conda` makes it easy for us.
Currently there is not a native M1 implementation of ark-analysis for development, so it will to go through Rosetta 2 (the Intel to Arm transition layer). Luckily, this isn't something you'll have to deal with, as `conda` makes it straightforward.

1. Create a Python 3.6 `conda` environment called `my_env` using osx-64 (compiled binaries for Intel Macs as the default installation type)
```sh
Expand All @@ -70,6 +70,7 @@ Currently there is not a native M1 implementation of ark-analysis for developmen
```
4. The prompt may ask you to deactivate and reactivate the environment as well.

Now any package that is installed in `my_env` will targeted for `x86_64`.

### Setting up ark-analysis for development

Expand Down

0 comments on commit f95ff90

Please sign in to comment.