File: install.rst

package info (click to toggle)
python-pyshortcuts 1.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: python: 1,097; makefile: 42
file content (27 lines) | stat: -rw-r--r-- 701 bytes parent folder | download
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.