Development¶
Warning
These page is incomplete: it is, still, being under active development
This section gives more information for the development of the module and the steps to follow to contribute to it
Installation¶
To start contributing, install it with all the development tools needed
Clone the repository onto your machine:
git clone git@github.com:asimazbunzel/poskiorb.git
or
git clone https://github.com/asimazbunzel/poskiorb.git
Create a conda environment from the
environment.ymlfile. It will install necessary modules for development such asblack,pyupgrade, etc:
conda activate poskiorb-dev
Activate the environment
conda activate poskiorb-dev
Install
poskiorbby running
pip install .