mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
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:
parent
b78ff2bd52
commit
58e65d7d2b
3 changed files with 172 additions and 88 deletions
4
setup.py
4
setup.py
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue