Getting Started

Installation

Clone the repository:

git clone https://github.com/naroser/pyswapp.git
cd pyswapp

Environment setup

You will need a working Python environment. We recommend using the Anaconda distribution, which provides the conda package manager.

The required dependencies are listed in the environment.yml file.

Create the environment by running:

conda env create

Activate the environment:

conda activate pyswapp

Install the library

To install the library, run:

cd code
pip install .

Quick check

You can verify that the installation was successful by importing the package:

import pyswapp