https://github.com/veit/veit-schiele
https://github.com/veit/veit-schiele
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veit/veit-schiele
- Owner: veit
- Created: 2023-02-19T01:09:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T20:04:32.000Z (5 months ago)
- Last Synced: 2025-02-03T21:20:37.738Z (5 months 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 [email protected]: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