|
|
há 2 meses atrás | |
|---|---|---|
| .. | ||
| src | há 2 meses atrás | |
| .gitignore | há 2 meses atrás | |
| README.md | há 2 meses atrás | |
| config.orig.toml | há 2 meses atrás | |
| pyproject.toml | há 2 meses atrás | |
# Initial python3 virtual env
$ python3 -m venv $PWD/tmp/python3
# Load virtual env vars
$ source $PWD/tmp/python3/bin/activate
# Install dependencies
> python -m pip install -e .
> python -m dahlia -h