Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 303 Bytes

DEVELOP.md

File metadata and controls

12 lines (10 loc) · 303 Bytes

Development Guide

Getting Started

% pyenv virtualenv 3.9.4 marks_manager
% pyenv activate marks_manager
% pip install --upgrade pip setuptools wheel pip-tools
% pip-compile --generate-hashes requirements.in
% pip-compile --generate-hashes requirements.dev.in
% pip-sync requirements.*txt