This is a skeleton project for an independent MUSE package.
Various standard options of install work.
Build and install python package:
python setup.py build
python setup.py install [--prefix install_dir ]
Pip install:
pip install .
Python development install (in place):
python setup.py develop
Development installation with Pip:
pip install -e .
Package depends on the AMUSE Framework (amuse-framework).
work in progress.
Contributions are welcomed.
Copyright (c) 2018, Netherlands eScience Center, Leiden University.
Apache Software License 2.0