| title | App Engine |
|---|---|
| emoji | 🏆 |
| colorFrom | purple |
| colorTo | blue |
| sdk | docker |
| pinned | false |
- Make sure your operating system has GDAL installed.
- Make sure you use Python > 3.8
git clone https://github.com/TomorrowsCities/tomorrowcities
cd tomorrowcities
pip install -e .
solara run tomorrowcities.pagesUse pip install -e . for local development. It installs dependencies from
pyproject.toml and installs this repository as an editable package, so
solara run tomorrowcities.pages can import tomorrowcities correctly.
pip install -r requirements.txt only installs listed dependencies and does
not install this project package itself unless explicitly included.