-
Notifications
You must be signed in to change notification settings - Fork 80
Install
WiCK3D-POiSON edited this page Sep 22, 2018
·
2 revisions
NOTE: VISualMAth is supported for python3 and above only. The recommended installation method is through pip. Make sure to check if the pip exists in python3 library by checking the pip version.
$ pip --version
To install visma the below three methods can be used. If installing visma for development go with the last method.
To install the latest version visma do
$ pip install visualmath
That's all !
The files in the releases section can also be used to install visma. Download any one of the files named:
- VISualMAth-x.y.z-py3-none-any.whl
- VISualMAth-x.y.z.tar.gz
Use pip to install the files
$ pip install VISualMAth-x.y.z-py3-none-any.whl
or
$ pip install VISualMAth-x.y.z.tar.gz
NOTE: If developing visma this method is recommended.
Download the source code zip
Extract files.
From project folder do
$ pip install -r requirements.txt
or
$ ./run install
Check out the Start guide.