Skip to content

Commit

Permalink
sumo-scenarios pull should be recursive to get sumo-berlin correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MHeinrichs authored Feb 23, 2024
1 parent 778cd8c commit dadc786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For bleeding edge:
1. Clone this repo `git clone https://github.com/DLR-TS/tsc`.
2. Copy postgres_template.tsccfg (e.g. to postgres.tsccfg) and enter the database connection details (server, user, passwd)
3. Run `pip install --user .` (developers may want to add `-e` here for an editable install, this requires pip>=23.0)
4. Install scenarios for Berlin and Testfield Lower Saxony `git clone https://github.com/DLR-TS/sumo-scenarios` and `tsc_install -c postgres.tsccfg -p ../sumo-scenarios/`. This will try to install other scenarios as well but you can safely ignore the corresponding warnings.
4. Install scenarios for Berlin and Testfield Lower Saxony `git clone --recursive --depth 1 https://github.com/DLR-TS/sumo-scenarios` and `tsc_install -c postgres.tsccfg -p ../sumo-scenarios/`. This will try to install other scenarios as well but you can safely ignore the corresponding warnings.

### Optional old scenarios
1. Make sure you have git-lfs on your system (`sudo apt-get install git-lfs`) and activated for your user (`git lfs install`).
Expand Down

0 comments on commit dadc786

Please sign in to comment.