Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 420 Bytes

DEVELOPMENT.md

File metadata and controls

14 lines (12 loc) · 420 Bytes

Development

Set up process:

pyenv install 3.7.1
pyenv shell 3.7.1
python -m venv ~/pyenvs/unravel-text-logomachy
source ~/pyenvs/unravel-text-logomachy/bin/activate
pip install --upgrade pip setuptools wheel mypy
pip install django
cd ~/Projects/unravel-text-logomachy
django-admin startproject logomachy_project
mv ./logomachy_project/* ./
python manage.py startapp logomachy