Browse Source

readme update

Konstantin Ladutenko 2 years ago
parent
commit
ad22625c95
1 changed files with 10 additions and 1 deletions
  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
 --------------