Commit Graph

12 Commits

Author SHA1 Message Date
Philipp Wolfer
c4ed6c7379 Update install restructions to use setup.py build
This is required for tagger.py getting build
2019-11-27 23:19:34 +01:00
Philipp Wolfer
3803e385e3 INSTALL.md: Update gettext download link for Windows.
See also PW-71
2019-09-12 10:53:26 +02:00
Philipp Wolfer
1f67f031a4 PICARD-1388: Added uninstall information to INSTALL.md
Also recommend the pip approach, as it allows easy uninstall by default.
2019-09-12 10:45:52 +02:00
Laurent Monin
38a048f8dc Clean up /reformat install doc (especially regarding discid/libdiscid) 2019-03-09 11:40:41 +01:00
Wieland Hoffmann
2e18529ce9 Fill long_description with the contents of README.md
See https://packaging.python.org/guides/making-a-pypi-friendly-readme/.
2018-07-22 10:27:23 +02:00
Sambhav Kothari
bdd3c90d50 Add instructions for uploading to PyPi 2017-05-10 13:29:24 +05:30
Wieland Hoffmann
77b62e153b INSTALL, resources/README: Explicitly refer to python3
PEP 394 makes it clear that python should only be used for applications that can
be run with both Python 2 and Python 3, python3 should be used for Python 3.

pip3 is used because that's what Python 3 compatible pip is called on at least
Arch, Debian, Fedora and Ubuntu.
2017-04-08 17:53:32 +02:00
Wieland Hoffmann
5419af9162 Remove spaces in front of list items
They're not required by markdown
2017-04-07 18:43:27 +02:00
Wieland Hoffmann
9931229af7 pip only installs Python dependencies 2017-04-07 18:43:27 +02:00
Wieland Hoffmann
41ef16bbca Move the windows compiler note into its own list item
Similar to the gettext one
2017-04-07 18:43:27 +02:00
Wieland Hoffmann
3b743de52d Use four-space indent for single-line code blocks
Triple backticks are only useful for multi-line code blocks.
2017-04-07 18:43:26 +02:00
Sambhav Kothari
9a35ae7003 Update install instructions 2017-04-07 17:33:04 +05:30