>- Change the `set` to `export` or `setenv` depending on your os/shell
>- Change the `%cd%` to `$PWD` depending on your os/shell
The user can set the environment variable `PREFIX` to point to external libraries (like mkl and eigen header). For advance configuration please read the setup.py file on the git repository.
@@ -63,7 +75,7 @@ It is also good practice to use a virtual environment when using pip.
>Note
We can not guarantee that all combinations of OS, Python Versions, packaging systems works.
>The current know issues are :
For more complex installation (from sources) for developers please read the documentation.
@@ -85,7 +97,6 @@ Dependencies
* scipy
* sympy
* cython
* vtk
* eigency >=2
* mkl
* mkl-include
@@ -94,6 +105,7 @@ Dependencies
Optionals Python packages (some functionalities may not be available without this packages):
- Change the `set` to `export` or `setenv` depending on your os/shell
- Change the `%cd%` to `$PWD` depending on your os/shell
The user can set the environment variable `PREFIX` to point to external libraries (like mkl and eigen header). For advanced configuration please refer to the setup.py file on the git repository.
It is also a good practice to use a virtual environment when using pip.