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
* [MNT] update to release
* [MNT] update to release
* [MNT] single readme file
* [MNT] typo
* Apply suggestions from code review
Co-authored-by: Pierre Guetschel <[email protected]>
Signed-off-by: Bru <[email protected]>
* [MNT] version control
* Single readme and contributing webpage
* [pre-commit.ci] auto fixes from pre-commit.com hooks
* removing docker, no one is using.
* removing docker, no one is using.
* removing poetry
* external example
---------
Signed-off-by: Bru <[email protected]>
Signed-off-by: Bru <[email protected]>
Co-authored-by: Pierre Guetschel <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
or [checkout installation instruction](https://python-poetry.org/docs/#installation) or
62
-
use [conda forge version](https://anaconda.org/conda-forge/poetry)
63
-
1. (Optional, skip if not sure) Disable automatic environment creation:\
64
-
`poetry config virtualenvs.create false`
65
-
1. (Optional) Install the optional dependency
66
-
1. install all dependencies in one command (have to be run in thibe project directory):\
67
-
`poetry install`
68
-
1. install `pre-commit` hooks to git repo:\
67
+
1. Install pre-commit to start to code:\
68
+
`pip install pre-commit`
69
+
2. Install the pre-commit hooks:\
69
70
`pre-commit install`
70
-
1. you are ready to code!
71
+
3. you are ready to code!
71
72
72
73
_Note 1:_\
73
74
Your first commit will trigger `pre-commit` to download [Code Quality tools](#tools-used).
74
75
That's OK and it is intended behavior. This will be done once per machine automatically.
75
76
76
-
_Note 2:_\
77
-
By default `poetry` creates separate Python virtual environment for every project ([more details in documentation](https://python-poetry.org/docs/managing-environments/)).
78
-
If you use `conda` or any other way to manage different environments by hand - you need to
79
-
disable `poetry` environment creation. Also in this case be careful with version of Python
80
-
in your environment - it has to satisfy requirements stated in `pyproject.toml`. In case you
81
-
disable `poetry` you are in charge of this.
77
+
_Note 2 (deep learning):_\
78
+
In case you want to install the optional deep learning dependencies (i.e. `pip install .[deeplearning]`),
82
79
83
-
_Note 3 (deep learning):_\
84
-
In case you want to install the optional deep learning dependencies (i.e. `poetry install --with deeplearning`),
85
-
you will need to do the following additional steps if you want `tensorflow` to detect your
0 commit comments