ContributionΒΆ
Clone the repository
$ git clone https://github.com/mipt-srf/grain-processor
Open repository folder
$ cd grain-processor
Install package in editable mode (via pip or uv)
Create virual environment
$ py -m venv .venv
Activate the environment
$ .venv\Scripts\activate
Install package
(.venv) $ pip install -e .
Create virual environment and install package in editable mode
$ uv sync