File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
123124A monograph detailing the theoretical underpinnings of the * Agent-based Kinetics*
124125algorithm and a multitude of case studies highlighting its use can be found
You can’t perform that action at this time.
0 commit comments