setup - 1/1 Blog automation (4) documentation (8) example (2) latex (2) notebook (4) sphinx (10)
setup - 1/1¶
Frequent commands and automation¶
2015-05-06
The script setup.py
accepts several options
such as install
or build
. It also accepts
unittest
to run the unit tests or build_sphinx
to build the documentation.
It usually requires to have a command line windows opened
as well as an editor to write programs.
On Windows, the module now produces a series of scripts
to automate tasks such as running the unit tests,
building the documentation. They are not included in the sources
anymore but the can be obtained by typing:
python setup.py build_script
The scripts can now be produced for every module using pyquickhelper to automate setup, unit tests and documentation.
setup - 1/1 2015-04 (8) 2015-05 (4) 2015-08 (2) 2015-10 (1) 2015-12 (3) 2016-01 (1) 2016-02 (3) 2016-04 (1) 2016-06 (1)