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: 5 months ago
JSON representation

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