Konstantin Ladutenko 2 lat temu
rodzic
commit
ad22625c95
1 zmienionych plików z 10 dodań i 1 usunięć
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -66,7 +66,16 @@ Compilation options
  - **make deb** - Generate a deb package for Python extension
  - **make standalone** - Create standalone programs (scattnlay and fieldnlay)
  - **make clean** - Delete temporal files
-  
+
+There are also an experimental CMake project and it is possible to compile into JavaScript module (using Emscripten compiler).
+
+Python module
+
+To build and install Python module run from the source code directory:
+
+```bash
+pip install . --user
+```
 
 Binary install
 --------------