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
|`all`| Install all functional dependencies. Basically all but `dev`, `test` and `docs`. _When a binary and non binary version is available, the binary version is installed._|
124
+
|`full`| Install all dependencies listed below. _When a binary and non binary version is available, the binary version is installed._|
125
+
|`psql`, `postgresql`|**Build** and install the dependencies required to interact with PostgreSQL. |
126
+
|`psql-binary`, `postgresql-binary`|**Install** the dependencies required to interact with PostgreSQL - from binary. |
127
+
|`docs`| Install the dependencies required to build the documentation. |
128
+
|`test`| Install the dependencies required to run the tests. |
129
+
|`dev`| Install the dependencies required to develop PyFunceble. |
130
+
131
+
They are intended to be installed through the following syntax:
132
+
133
+
```shell
134
+
pip3 install --user {pkg}[{dependency}]
135
+
```
136
+
137
+
As an example if you want to install the `docs` and `test` dependencies, you should run:
138
+
139
+
```shell
140
+
pip3 install --user pyfunceble[docs,test]
141
+
```
142
+
116
143
### pyfunceble
117
144
118
145
You can install the **pyfunceble** through `pip3`:
@@ -145,7 +172,7 @@ is available. :smile:
145
172
Here is an overview of the packages and where they are hosted.
|`all`| Install all functional dependencies. Basically all but `dev`, `test` and `docs`. _When a binary and non binary version is available, the binary version is installed._|
68
+
|`full`| Install all dependencies listed below. _When a binary and non binary version is available, the binary version is installed._|
69
+
|`psql`, `postgresql`|**Build** and install the dependencies required to interact with PostgreSQL. |
70
+
|`psql-binary`, `postgresql-binary`|**Install** the dependencies required to interact with PostgreSQL - from binary. |
71
+
|`docs`| Install the dependencies required to build the documentation. |
72
+
|`test`| Install the dependencies required to run the tests. |
73
+
|`dev`| Install the dependencies required to develop PyFunceble. |
74
+
75
+
They are intended to be installed through the following syntax:
76
+
77
+
```shell
78
+
pip3 install --user {pkg}[{dependency}]
79
+
```
80
+
81
+
As an example if you want to install the `docs` and `test` dependencies, you should run:
82
+
83
+
```shell
84
+
pip3 install --user pyfunceble[docs,test]
85
+
```
86
+
60
87
### pyfunceble
61
88
62
89
You can install the **pyfunceble** through `pip3`:
0 commit comments