# Create a development environment Create a replicable and simple environment so that anyone with unix can contribute to our project - [ ] Environment and package management, using `poetry` - [ ] Test environments set up, using `pytest` - [ ] Define good practices for commits and the contribution cycle, in `CONTRIBUTING.md` - [ ] Code formatting, `.pylint` + `black` - [ ] Configure `pre-commit` - [ ] Installation manual via remote container - [ ] Deploy version v0.1.1 via CI/CD
Create a development environment
Create a replicable and simple environment so that anyone with unix can contribute to our project
poetrypytestCONTRIBUTING.md.pylint+blackpre-commit