Skip to content

Commit

Permalink
updated the READme
Browse files Browse the repository at this point in the history
  • Loading branch information
fccoelho committed Dec 18, 2024
1 parent aad495b commit 3ad65dd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
20 changes: 6 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,20 @@ Besides installing epigrass from the PyPI, as described below you will need to i
You can install Epigrass directly from PyPI, the Python Package Index.
For mode details, check the [docs](https://epigrass.readthedocs.io/en/latest/install.html#)

## Installing from the repository
If you clone the repository, you can install Epigrass with the following command:
```bash
$ uv sync
```

## Running demos
The source distribution comes with a few demos.
```bash
$ cd demos
$ uv run epirunner rio.epg
```
This will run the demo for the city of Rio de Janeiro.

## Getting Started
## Getting started building your own models

Folow [these instructions](https://epigrass.readthedocs.io/en/latest/using.html).

0 comments on commit 3ad65dd

Please sign in to comment.