mirror of
https://lab.enough.community/fedeproxy/server
synced 2025-01-01 18:37:43 +01:00
15 lines
224 B
ReStructuredText
15 lines
224 B
ReStructuredText
Introduction
|
|
============
|
|
|
|
Fedeproxy
|
|
|
|
Hacking
|
|
=======
|
|
|
|
* virtualenv --python=python3 venv
|
|
* source venv/bin/activate
|
|
* pip install pipenv
|
|
* pipenv install --dev
|
|
* pipenv run pipenv_to_requirements -f
|
|
* tests/setup-gitlab.sh
|