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

View file

@ -210,8 +210,8 @@ setup(name='vide',
version='2.0',
packages=find_packages('python_tools'),
package_dir={'': 'python_tools'},
setup_requires=['cython','setuptools','healpy','argparse','scipy','astropy','extension-helpers','netCDF4'],
install_requires=['argparse','scipy','astropy','extension-helpers','netCDF4','healpy'],
setup_requires=['cython','setuptools','healpy','scipy','astropy','extension-helpers','netCDF4'],
install_requires=['scipy','astropy','extension-helpers','netCDF4','healpy'],
ext_modules=[vide_extension],
description='The VIDE pipeline analysis for Cosmic Voids',
long_description=open("./README.md", 'r').read(),