Skip to content

install release from source

andrea tramacere edited this page Jun 13, 2024 · 15 revisions

for any problem open an issue on the git, or send a message to FB page https://www.facebook.com/jetsetastro

1 get source code:

  • move to temporary a directory (different from the one where you have the notebooks or the scripts)
  • download the release version you want from from https://github.com/andreatramacere/jetset/releases
  • select the Source code product and download to your current directory
  • uncompress the downloaded file
  • cd to the uncompressed directory

2 install requirements

  • if you use conda:

    conda install --yes swig

    conda install --yes -c conda-forge emcee">=3.0.0"

    conda install --yes -c astropy --file requirements.txt

  • if you use pip:

    pip install -r requirements.txt

3 install jetset

pip install --verbose .

Clone this wiki locally