You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,27 +23,33 @@ See the paired integration tutorial for advice on which distributions and losses
23
23
24
24
## Installation
25
25
26
-
You need to have Python 3.10 or newer installed on your system. We recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
26
+
You need to have Python 3.12 or newer installed on your system.
27
27
28
-
To create and activate a new environment:
28
+
### Quick start
29
+
30
+
To install the latest release of `multigrate` from [PyPI][link-pypi]:
29
31
30
32
```bash
31
-
mamba create --name multigrate python=3.10
32
-
mamba activate multigrate
33
+
pip install multigrate
33
34
```
34
35
35
-
Next, there are several alternative options to install multigrate:
36
-
37
-
1. Install the latest release of `multigrate` from [PyPI][link-pypi]:
0 commit comments