Install this library to evaluate Wolfram Language expressions directly in Python.
Using pip...
This method is recommended for most users.
Evaluate the shell command
Open a terminal window and evaluate the following command:
$ pip install wolframclient
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/WolframClientForPython
Change directories
Change the directory:
$ cd WolframClientForPython
Evaluate the shell command
Evaluate the following command:
$ pip install .