Usage
Installation
To install PySoftK, we encourage to do it inside a virtual environment, which can be achieved in the following way.
Created a directory, for instance work_pol
$ mkdir work_pol
Get inside the created directory (work_pol)
$ cd work_pol
Create a virtual environment name polymer (as an example)
$ python -m venv polymer
$ source polymer/bin/activate
(.venv) $ git clone https://github.com/alejandrosantanabonilla/pysoftk.git
Install PySoftK using pip:
(.venv) $ pip install -e .
Testing PySoftK can be done using pytest within the test folder:
$ cd test
(.venv) $ pytest