Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocmaster committed Oct 14, 2022
1 parent a253d54 commit 0868868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# MapDatasetGenerator
Generate and load dataset of road network maps.

# Quick start
<!-- # Quick start
* Use pip to install necessary python packages `pip install -r requirements.txt`.
* Run `python run.py` script. It will store .dill files in the data/output/ directory.
* These dill files can be read using the `ImgGroupReader` object in `read.py`. Run `read.py` to run a small test for the same.

-->

# Installation from pip

Expand Down

0 comments on commit 0868868

Please sign in to comment.