Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/sys-bio/tellurium into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
luciansmith committed Jan 24, 2023
2 parents dadb5ab + cd41b53 commit ec9d146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Next, install Tellurium itself:
```
pip install tellurium
```
If this fails, try using the default absolute path to Anaconda:
If this fails, try using the default absolute path to Anaconda, which will probably be something like:
```
/Users/<your-user>/anaconda3/bin/pip install tellurium
/Users/<your-user>/opt/anaconda3/bin/pip install tellurium
```
5. Launch the Anaconda Navigator via Launchpad. In Anaconda Navigator, run Spyder and then try `import tellurium` within the Spyder editor or console.

Expand Down

0 comments on commit ec9d146

Please sign in to comment.