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: man/fades.1
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Read the dependencies from a file. Format in each line is the same than dependen
82
82
83
83
.TP
84
84
.BR -p ""\fIversion\fR", " --python=\fIversion\fR
85
-
Select which Python version to be used; the argument can be just the number (2.7), the whole name (python2.7) or the whole path (/usr/bin/python2.7). Of course, the corresponding version of Python needs to be installed in your system.
85
+
Select which Python version to be used; the argument can be just the number (3.9), the whole name (python3.9) or the whole path (/usr/bin/python3.9). Of course, the corresponding version of Python needs to be installed in your system.
86
86
87
87
The dependencies can be indicated in multiple places (in the Python source file, with a comment besides the import, in a \fIrequirements\fRfile, and/or through command line. In case of multiple definitions of the same dependency, command line overrides everything else, and requirements file overrides what is specified in the source code.
88
88
@@ -96,21 +96,21 @@ Remove a virtual environment by UUID. See \fB--get-venv-dir\fR option to easily
96
96
97
97
.TP
98
98
.BR --system-site-packages ""
99
-
Give the virtual environment access to thesystem site-packages dir
99
+
Give the virtual environment access to thesystem site-packages dir
100
100
101
-
.TP
101
+
.TP
102
102
.BR --venv-options=\fIVIRTUALENV_OPTION\fR
103
103
Extra options to be supplied to the venv module (this option can be used multiple times)
104
104
105
-
.TP
105
+
.TP
106
106
.BR --pip-options=\fIPIP_OPTION\fR
107
107
Extra options to be supplied to pip. (this option can be used multiple times)
108
108
109
109
.TP
110
110
.BR --python-options=\fIPYTHON_OPTION\fR
111
111
Extra options to be supplied to python. (this option can be used multiple times)
112
112
113
-
.TP
113
+
.TP
114
114
.BR -U ", " --check-updates
115
115
Will check for updates in PyPI to verify if there are new versions for the requested dependencies. If a new version is available for a dependency, it will use it (if the dependency was requested without version) or just inform which new version is available (if the dependency was requested with a specific version).
116
116
@@ -177,13 +177,13 @@ Executes the Python interactive interpreter in a virtual environment after insta
177
177
178
178
.SH USING CONFIGURATION FILES
179
179
180
-
You can also configure fades using \fB.ini\fR config files. fades will search config files in
181
-
\fB/etc/fades/fades.ini\fR, the path indicated by \fBxdg\fR for your system
182
-
(for example ~/config/fades/fades.ini) and .fades.ini.
180
+
You can also configure fades using \fB.ini\fR config files. fades will search config files in
181
+
\fB/etc/fades/fades.ini\fR, the path indicated by \fBxdg\fR for your system
182
+
(for example ~/config/fades/fades.ini) and .fades.ini.
183
183
So you can have different settings at system, user and project level.
184
184
185
185
The config files are in .ini format. (configparser) and fades will search for a [fades] section.
186
-
You have to use the same configurations that in the CLI. The only difference is with the config
186
+
You have to use the same configurations that in the CLI. The only difference is with the config
187
187
options with a dash, it has to be replaced with a underscore.
188
188
189
189
Check http://fades.readthedocs.org/en/latest/readme.html#setting-options-using-config-files for full examples.
0 commit comments