File: pip-tools.md

package info (click to toggle)
python-pyomop 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 1,374; sh: 37; makefile: 26
file content (17 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* pip install pip-tools

* pip-compile --upgrade
* pip-compile dev-requirements.in

* pip-sync

OR

* pip-sync requirements.txt dev-requirements.txt


## pre-commit

* pip install pre-commit

* pre-commit install