File: README.md

package info (click to toggle)
pcbasic 2.0.7-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 35,416 kB
  • sloc: python: 28,411; sh: 103; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
PC-BASIC packaging toolset
==========================

From the repository root:

- `python -m make` creates a package for your system (Linux, Windows or macOS only).
- `python -m make local` sets up what is needed to run locally from the repository.
- `python -m make build` creates a wheel and an sdist package.
- `python -m make docs` builds the documentation.
- `python -m make ready` prepares documentation and resources for a build.
- `python -m make clean` removes intermediate packaging files.