Installation ============ To install msptools, follow these steps: **Clone the repository:** Use the link to the GitHub repository. Then clone it and navigate into the root directory using the following commands: .. code-block:: console $ git clone https://github.com/JJkrokoder/msptools.git $ cd msptools or .. code-block:: console $ git clone git@github.com:JJkrokoder/msptools.git $ cd msptools **Create a virtual environment** The repository includes a virtual environment configuration file with the necessary dependencies. You can create and activate the virtual environment using the following commands: .. code-block:: console $ conda env create -f environment.yml $ conda activate msptools **Install the package** To install the package in the activated virtual environment, run: .. code-block:: console $ pip install .