Integrate Wolfram Language functionality seamlessly with existing Python web applications like Django and AIOHTTP.
Using Pip...
This method is recommended for most users.
Open a terminal window and evaluate the following command:
$ pip install wolframwebengine
Using Git...
This method is recommended for developers who want to install the library along with the full source code.
Clone the repository
Use git clone to clone the library’s repository:
$ git clone git://github.com/WolframResearch/WolframWebEngineForPython
Change directories
Change the directory:
$ cd WolframWebEngineForPython
Evaluate the shell command
Evaluate the following command:
$ pip install .