File: README

package info (click to toggle)
sip6 6.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,608 kB
  • sloc: ansic: 192,441; python: 20,668; makefile: 25; cpp: 8
file content (22 lines) | stat: -rw-r--r-- 496 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
This is the 'root' project of the examples package (i.e. it does not import any
other module in the package (other than the examples.sip module).

To create and install the extension module, run:

    sip-install
or
    pip install .

To create and install an sdist, run::

    sip-sdist
    pip install examples_core-0.1.tar.gz

To create and install a wheel, run::

    sip-wheel
    pip install examples_core-0.1-*.whl

To uninstall the extension module, run:

    pip uninstall examples_core