Skip to content

Commit

Permalink
README: Unix: Describe pycopy-dev variant.
Browse files Browse the repository at this point in the history
Change-Id: I413b6cdd5186e443f9e7478f8894439e83323cb5
Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net>
  • Loading branch information
pfalcon committed Jan 23, 2020
1 parent 3d383fd commit 369c852
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ Browse available modules on [PyPI](https://pypi.org/search/?q=pycopy-).
Standard library modules come from
[pycopy-lib](https://github.com/pfalcon/pycopy-lib) project.

`pycopy` executable built following the instructions above is a
"production" executable for native Pycopy software. It's also possible
to build `pycop-dev` executable which provides additional reflection,
diagnostics, and extensibility capabilities, at the expense of code
size and memory usage efficiency. In particular, `pycopy-dev` is more
compatible with software written for CPython. To build the `pycopy-dev`
variant, run `make dev`.

External dependencies
---------------------

Expand Down

0 comments on commit 369c852

Please sign in to comment.