Skip to content

Commit 6fa0c17

Browse files
committed
Now can install from PyPI
1 parent 0c514ec commit 6fa0c17

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ Setting up
3030
Mapcat can be installed like any other python package, using your
3131
preferred package manager. We recommend using `uv`:
3232
```
33-
uv pip install git+https://github.com/simonsobs/mapcat
33+
uv pip install mapcat
3434
```
35-
PyPI release builds will be made once the system is more stable.
3635

3736
The database can be migrated (or created, if starting fresh) by using
3837
the `mapcatmigrate` command. This runs `alembic upgrade head` with the

0 commit comments

Comments
 (0)