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
The project uses a `pyproject.toml` file instead of `setup.py` and other legacy configuration files. For those used to development installation, this is feasible using `dephell`:
18
26
19
-
- from conda: `conda install -c conda-forge interpolation`
20
-
- from PyPI: `pip install interpolation`
27
+
```
28
+
pip install dephell # if not already installed
29
+
dephell --from=pyproject.toml --to=setup.py # only once
The project uses a `pyproject.toml` file instead of `setup.py` and other legacy configuration files. For those used to development installation, this is feasible using `dephell`:
19
27
20
-
- from conda: `conda install -c conda-forge interpolation`
21
-
- from PyPI: `pip install interpolation`
28
+
```
29
+
pip install dephell # if not already installed
30
+
dephell --from=pyproject.toml --to=setup.py # only once
0 commit comments