pyScienceMode Installation
pyScienceMode is a Python interface to control the Rehastim2 and the RehastimP24.
How to install
To install the program run the following command in the main directory
python setup.py install
To use the RehastimP24 you need to install the sciencemode library
You will need to create a new conda environment with Python 3.10 (important).
Then, navigate to the folder where the file sciencemode_cffi-1.0.0-cp310-cp310-win_amd64.whl is located
and run the following command :
pip install sciencemode_cffi-1.0.0-cp310-cp310-win_amd64.whl
Now you can use the sciencemode library for the RehastimP24.
Dependencies
There are some dependencies. You can install them by running the following command :
pip install crccheck colorama pyserial typing
conda install -c conda-forge numpy
How to contribute
You are welcome to contribute to this project by following the steps describes in the how to contribute page.
How to cite
If you use pyScienceMode, we would be grateful if you could cite the follow github repository : https://github.com/s2mLab/pyScienceMode