Skip to content

Commit

Permalink
Moves to poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Álan Crístoffer committed Jul 9, 2021
1 parent 22b8424 commit 9d20901
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 94 deletions.
6 changes: 4 additions & 2 deletions INSTALL
@@ -1,5 +1,7 @@
Simply run `python3 setup.py install`. It should install all dependencies.
Install poetry with `pip install poetry`

To generate documentation, install doxypy using pip3: `pip3 install doxypy` and
Run `poetry install`.

To generate documentation, install doxypy using pip: `pip install doxypy` and
use doxygen to generate the files: `doxygen Doxyfile`. The generated
documentation will be placed in "doc" folder.
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

289 changes: 289 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d20901

Please sign in to comment.