Files
@ d9e37f7fd35b
Branch filter:
Location: kallithea/scripts/make-release
d9e37f7fd35b
2.3 KiB
text/plain
docs: always use dev_requirements.txt together with main version constraints in setup.py
pip isn't good at considering old constraints when installing or updating
packages later. Instead, install everything at once.
Note: pip and setuptools are usually installed automatically and could perhaps
be removed from documentation. But for now, let's keep it.
pip isn't good at considering old constraints when installing or updating
packages later. Instead, install everything at once.
Note: pip and setuptools are usually installed automatically and could perhaps
be removed from documentation. But for now, let's keep it.