Installation

Currently the best way to install stardate is from github.

From source:

git clone https://github.com/RuthAngus/stardate.git
cd stardate
python setup.py install

Dependencies

The dependencies of stardate are NumPy, pandas, h5py, and tqdm and isochrones.

The first four of these can be installed using conda or pip:

conda install numpy pandas h5py tqdm

or

pip install numpy pandas h5py tqdm

You’ll also need to download isochrones and switch to the bolo branch:

git clone https://github.com/timothydmorton/isochrones
cd isochrones
git checkout bolo
python setup.py install

Note that the bolo branch is currently the development branch for the upcoming release of isochrones v2.0, so stay tuned for updates.