Installation#
To install synapticflow, run the following command in your terminal:
$ pip install synapticflow
We recommend using this method to install synapticflow since it will ensure that you have the latest stable version installed.
If you prefer to install synapticflow from source instead, follow these instructions:
$ git clone https://github.com/arsham-khoee/synapticflow
$ cd synapticflow
$ python setup.py install
Requirements
The requirements for SynapticFlow are as follows:- torch
- seaborn
- math