https://github.com/jobovy/extreme-deconvolution
Raw File
Tip revision: 0a501219cf6675f658f35b3d81c6b3abf96f3eed authored by dependabot[bot] on 05 February 2024, 14:43:21 UTC
Bump the actions group with 2 updates
Tip revision: 0a50121
INSTALL_PYTHON
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%Quick-install guide for the python extreme-deconvolution library
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

NOTE: THIS INSTALLATION OPTION CURRENTLY DOES NOT WORK, PLEASE USE THE
REGULAR make/make install INSTALLATION

For more info, see the README file.

To install the python library using distutils do

	python setup.py build

followed by

	sudo python setup.py install

or

	python setup.py install --prefix=/path/to/install/dir/

An option --no-openmp is available in case you want to turn off OpenMP
support (might be necessary when compiling with clang on Macs).

More info on the various options to these commands can be obtained by

	python setup.py --help
	python setup.py --help build
	python setup.py --help install
back to top