Skip to content

Commit

Permalink
Minor change, try and get the RTD check to not hang this time
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Sep 22, 2020
1 parent f9fc1d5 commit 53c77cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_rtd/virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ You're now set to start working with `ark-analysis`! Please look at [our contrib

### Using ark functions directly

If you will only be using functions in `ark` without developing on top of it, do not clone the repo. Simply run `pip install ark-analysis` to gain access to our functions. To verify installation, type `conda list ark-analysis` after completion. If `ark-analysis` is listed, the installation was successful. You can now access the `ark` library by running `import ark`.
If you will only be using functions in `ark` without developing on top of it, do not clone the repo. Simply run `pip install ark-analysis` to gain access to our functions. To verify installation, type `conda list ark-analysis` after completion. If `ark-analysis` is listed, the installation was successful. You can now access the `ark` library by running `import ark`.

0 comments on commit 53c77cc

Please sign in to comment.