Skip to content

Commit

Permalink
update dev install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jul 22, 2024
1 parent f3e5394 commit 59df9c3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/dev-guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,9 @@ conda activate ./ASIM-ENV
git clone https://github.com/ActivitySim/sharrow.git
python -m pip install -e ./sharrow
git clone https://github.com/ActivitySim/activitysim.git
cd activitysim
git switch develop
cd ..
python -m pip install -e ./activitysim
```

```{note}
If the environment create step above fails due to a 404 missing error,
the main repository may not be up to date with these docs, try this instead:
https://raw.githubusercontent.com/camsys/activitysim/sharrow-black/conda-environments/activitysim-dev-base.yml
```

Note the above commands will create an environment with all the
necessary dependencies, clone both ActivitySim and sharrow from GitHub,
and `pip install` each of these libraries in editable mode, which
Expand Down

0 comments on commit 59df9c3

Please sign in to comment.