Skip to content

Commit

Permalink
Added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AJdeMooij committed Jun 21, 2024
1 parent 805ede4 commit 9b0d6c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ In the reference implementation, the highest spatial resolution data was availab
that example will be maintained here. If only one level of spatial resolution is available, this library provides
less utility, but a column with a single value can be added to the source data to still use this library.

To install this package, call

```bash
pip install gensynthpop @ git+https://github.com/A-Practical-Agent-Programming-Language/GenSynthPop-Python
```

Or add the following line to your projects `requirement.txt`:

```
gensynthpop @ git+https://github.com/A-Practical-Agent-Programming-Language/GenSynthPop-Python
```

## Generate individuals

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

0 comments on commit 9b0d6c9

Please sign in to comment.