1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.. _install_section:
Installation
------------
To install `pyshortcuts`, use::
pip install pyshortcuts
Pyshortcuts requires the `charset-normalizer` package. On Windows, pyshortcuts
also requires the `pywin32` package. Both of these will be installed if
needed.
To use the pyshortcut GUI, the wxPython package is required, which can be
installed with::
pip install "pyshortcuts[gui]"
For development versions, see https://github.com/newville/pyshortcuts
Acknowledgments
--------------------
Pyshortcuts was originally written by Matthew Newville, The University of
Chicago. The code is developed at https://github.com/newville/pyshortcuts, and
distributed under the MIT license.
|