File tree Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ $ pyftpsync --help
38
38
> ** Note:** <br >
39
39
MS Windows users that only need the command line interface may prefer the
40
40
[ MSI Installer] ( https://github.com/mar10/pyftpsync/releases/latest ) or install
41
- using the Windows Package Manager:
41
+ using the Windows Package Manager:
42
+
42
43
``` ps1
43
44
> winget install pyftpsync
44
45
```
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ be installed using `pip <http://www.pip-installer.org/>`_::
14
14
.. note ::
15
15
MS Windows users that only need the command line interface may prefer the
16
16
`MSI installer <https://github.com/mar10/pyftpsync/releases >`_ or install
17
- using the Windows Package Manager:
18
- ```ps1
19
- > winget install pyftpsync
20
- ` ``
17
+ using the Windows Package Manager::
21
18
19
+ > winget install pyftpsync
20
+
22
21
Now the ``pyftpsync `` command is available::
23
22
24
23
$ pyftpsync --help
Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ Requires `Python <https://www.python.org/download/>`_ 3.7+.
18
18
.. note ::
19
19
MS Windows users that only need the command line interface may prefer the
20
20
`MSI installer <https://github.com/mar10/pyftpsync/releases >`_ or install
21
- using the Windows Package Manager:
22
- ```ps1
23
- > winget install pyftpsync
24
- ` ``
21
+ using the Windows Package Manager::
22
+
23
+ > winget install pyftpsync
25
24
26
25
See also https://github.com/mar10/pyftpsync for details
27
26
and `Read the Docs <https://pyftpsync.readthedocs.io/ >`_.
Original file line number Diff line number Diff line change @@ -126,10 +126,19 @@ description = Build Sphinx documentation (output directory: docs/sphinx-build)
126
126
changedir = docs
127
127
deps =
128
128
sphinx
129
- ; recommonmark
130
129
sphinx_rtd_theme
131
130
myst_parser[linkify]
132
131
sphinxcontrib.mermaid
133
132
commands =
134
133
# https://www.sphinx-doc.org/en/master/man/sphinx-build.html
135
134
sphinx-build -b html sphinx sphinx-build
135
+
136
+
137
+ [testenv:bdist_msi]
138
+ description = Build MSI installer in dist/ (Windows only)
139
+ # basepython = python3.7
140
+ changedir = .
141
+ ; deps =
142
+ commands =
143
+ # http://www.sphinx-doc.org/en/master/man/sphinx-build.html
144
+ python setup_bdist_msi.py bdist_msi
You can’t perform that action at this time.
0 commit comments