Update build instruction

* reorganization of README.md
* include instruction for conda env
* minor corrections in septup.py for compat python 3.8
* update ignore build files
This commit is contained in:
Julien Zoubian 2024-09-04 19:17:35 +02:00
parent b78ff2bd52
commit 58e65d7d2b
3 changed files with 172 additions and 88 deletions

11
.gitignore vendored
View file

@ -150,3 +150,14 @@ zobov/cmake_install.cmake
zobov/jozov_persistent
container/vide_key*
container/id_vide*
# build files
build
.eggs
dist
python_tools/vide.egg-info
# vscode
.vscode
.devcontainer
.github