Skip to content

Commit

Permalink
remove special install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 2, 2023
1 parent d56bef6 commit 8dca8e9
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions docs/dev-guide/using-sharrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,6 @@ multiprocessing mode after all the compilation for all model components is
complete.
```

## Getting the Code

We'll assume that activitysim and sharrow have been installed in editable
mode, per the [developer install instructions](install.md).

The code to implement `sharrow` in `activitysim` is in the
[sharrow-black](https://github.com/camsys/activitysim/tree/sharrow-black) branch
of the [camsys/activitysim](https://github.com/camsys/activitysim) repository.
If you have checked out from this repository directly, you can just switch to
the correct branch:

```sh
cd activitysim
git switch sharrow-black
cd ..
```

If your local Git repository is configured with only the main ActivitySim
parent repo as its remote, you can find the code in
[PR #579](https://github.com/ActivitySim/activitysim/pull/579), accessible on the
command line using the `gh` tool:

```sh
cd activitysim
gh pr checkout 579 # use `gh auth login` first if needed
cd ..
```

## Model Design Requirements

Activating the `sharrow` optimizations also requires using the new
Expand Down

0 comments on commit 8dca8e9

Please sign in to comment.