Skip to content

amusecode/minimuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniMUSE

This is a skeleton project for an independent MUSE package.

Installation

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 .

Prerequisites

Package depends on the AMUSE Framework (amuse-framework).

Current state

work in progress.

Contributing

Contributions are welcomed.

License

Copyright (c) 2018, Netherlands eScience Center, Leiden University.

Apache Software License 2.0

Releases

No releases published

Packages

No packages published

Languages