We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c514ec commit 6fa0c17Copy full SHA for 6fa0c17
1 file changed
README.md
@@ -30,9 +30,8 @@ Setting up
30
Mapcat can be installed like any other python package, using your
31
preferred package manager. We recommend using `uv`:
32
```
33
-uv pip install git+https://github.com/simonsobs/mapcat
+uv pip install mapcat
34
35
-PyPI release builds will be made once the system is more stable.
36
37
The database can be migrated (or created, if starting fresh) by using
38
the `mapcatmigrate` command. This runs `alembic upgrade head` with the
0 commit comments