https://github.com/veit/veit-schiele
https://github.com/veit/veit-schiele
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/veit/veit-schiele
- Owner: veit
- Created: 2023-02-19T01:09:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T20:04:32.000Z (over 1 year ago)
- Last Synced: 2025-02-03T21:20:37.738Z (over 1 year ago)
- Language: Python
- Size: 13.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
============
Veit Schiele
============
Download and installation
-------------------------
#. Download
.. code-block:: console
$ git clone git@ce.cusy.io:veit/veit-schiele.git
#. Create virtual environment
.. code-block:: console
$ cd veit-schiele
$ python3 -m venv .venv
$ . .venv/bin/activate
$ python -m pip install -e ".[dev]"
$ pre-commit install
#. Create HTML
.. code-block:: console
$ cd docs
$ make html