Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veit/veit-schiele


https://github.com/veit/veit-schiele

Last synced: 16 days 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