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
To install your reprository like a Python package, you may include a
32
+
`pyproject.toml` file. `repo2docker`install `pyproject.toml` files by running
33
+
`pip install -e .`.
34
+
27
35
(setup-py)=
28
36
29
37
## `setup.py` - Install Python packages
30
38
39
+
```{note}
40
+
We recommend to use `pyproject.toml` as it is the recommended way since 2020 when PEPs [621](https://peps.python.org/pep-0621/) and [631](https://peps.python.org/pep-0631/) were accepted.
41
+
```
42
+
31
43
To install your repository like a Python package, you may include a
32
44
`setup.py` file. `repo2docker` installs `setup.py` files by running
0 commit comments