Skip to content

Commit 0655490

Browse files
authored
Update installation instructions and add wiki link
1 parent 7091c6a commit 0655490

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ or diversity, in the composition of species populations on the dynamics of a sys
4141

4242
## Installation
4343

44-
The `abstochkin` package can be installed via `pip` in an environment with Python 3.12+.
44+
The `abstochkin` package can be installed via `pip` or `uv` (or other package and dependecy managers) in an environment with Python 3.12+.
4545

46-
`$ pip install abstochkin`
46+
`$ pip install abstochkin` or `$ uv pip install abstochkin` or `$ uv add abstochkin`
4747

4848
### Requirements
4949

@@ -118,7 +118,8 @@ sim.simulate_series_in_parallel(series_kwargs)
118118

119119
## Documentation
120120

121-
See the documentation [here](https://alexplaka.github.io/AbStochKin).
121+
See the documentation [here](https://alexplaka.github.io/AbStochKin).
122+
There is also a [wiki](https://deepwiki.com/alexplaka/AbStochKin).
122123

123124
A monograph detailing the theoretical underpinnings of the *Agent-based Kinetics*
124125
algorithm and a multitude of case studies highlighting its use can be found

0 commit comments

Comments
 (0)