Skip to content

Commit 9b0d6c9

Browse files
committed
Added installation instructions
1 parent 805ede4 commit 9b0d6c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ In the reference implementation, the highest spatial resolution data was availab
4646
that example will be maintained here. If only one level of spatial resolution is available, this library provides
4747
less utility, but a column with a single value can be added to the source data to still use this library.
4848

49+
To install this package, call
50+
51+
```bash
52+
pip install gensynthpop @ git+https://github.com/A-Practical-Agent-Programming-Language/GenSynthPop-Python
53+
```
54+
55+
Or add the following line to your projects `requirement.txt`:
56+
57+
```
58+
gensynthpop @ git+https://github.com/A-Practical-Agent-Programming-Language/GenSynthPop-Python
59+
```
60+
4961
## Generate individuals
5062

5163
Start by instantiating a data frame with agent IDs located in each of the neighborhoods:

0 commit comments

Comments
 (0)