Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veit/veit-schiele
https://github.com/veit/veit-schiele
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/veit/veit-schiele
- Owner: veit
- Created: 2023-02-19T01:09:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T09:02:48.000Z (6 months ago)
- Last Synced: 2024-08-08T11:11:55.173Z (6 months ago)
- Language: Python
- Size: 13 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