Usage

Installation

To install PySoftK, we encourage to do it inside a virtual environment, which can be achieved in the following way.

  1. Created a directory, for instance work_pol

$ mkdir work_pol
  1. Get inside the created directory (work_pol)

$ cd work_pol
  1. Create a virtual environment name polymer (as an example)

$ python -m venv polymer
$ source polymer/bin/activate
  1. Download PySoftK from GitHub:

(.venv) $ git clone https://github.com/alejandrosantanabonilla/pysoftk.git
  1. Install PySoftK using pip:

(.venv) $ pip install -e .
  1. Testing PySoftK can be done using pytest within the test folder:

$ cd test
(.venv) $ pytest