From: WALDEMAR KOZACZUK <jwkozac...@gmail.com>
Committer: GitHub <nore...@github.com>
Branch: master
Updated python3x readme
---
diff --git a/python3x/README b/python3x/README
--- a/python3x/README
+++ b/python3x/README
@@ -2,12 +2,17 @@ This app builds an image containing the already-compiled
Python shared
object for Python 3.x (libpython3.7.so for example) installed on the build
macine,
and some of the required libraries from the build machine.
+In order to build this app you need to have Python development package
+installed for your distribution. Examples how to do it:
+sudo apt-get install python3-dev # On Ubuntu
+sudo dnf install python3-devel # On Fedora
+
The python home directory is assumed to be installed under
<sys.prefix>/lib/python<sys.version_info.major>.<sys.version_info.minor>/
where sys is Python package this script reads the sys.* values from.
Example usage:
./scripts/run.py -e "/python3"
-./scripts/run.py -e "/python3 -c \"aa={1:22,3:44}; print aa;
print 'asdf'\""
+./scripts/run.py --api -e "/python3 -c \"aa={1:22,3:44}; print(aa);
print('asdf')\""
./scripts/run.py --api -e "/python3 -m http.server 8000"
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.