InstallationΒΆ
To install msptools, follow these steps:
Clone the repository:
Use the link <https://github.com/JJkrokoder/msptools/tree/main> to the GitHub repository. Then clone it and navigate into the root directory using the following commands:
$ git clone https://github.com/JJkrokoder/msptools.git
$ cd msptools
or
$ 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:
$ conda env create -f environment.yml
$ conda activate msptools
Install the package To install the package in the activated virtual environment, run:
$ pip install .