zeus
⚡️ zeus: Lightning Fast MCMC ⚡️
File Explorer
Download Latest Version (.zip)- release_to_pypi.yml
- setup_and_run_tests.yml
- copybutton.js
- default.css
- favicon.png
- autocorr.rst
- callbacks.rst
- moves.rst
- parallel.rst
- plotting.rst
- sampler.rst
- blobs.ipynb
- convergence.ipynb
- datafit.ipynb
- GR.ipynb
- MPI.ipynb
- multimodal.ipynb
- multiprocessing.ipynb
- normal_distribution.ipynb
- progress.ipynb
- api.rst
- conf.py
- cookbook.rst
- faq.rst
- index.rst
- make.bat
- Makefile
- requirements.txt
- test_autocorr.py
- test_fwrapper.py
- test_sampler.py
- test_samples.py
- __init__.py
- _version.py
- autocorr.py
- callbacks.py
- ensemble.py
- fwrapper.py
- moves.py
- parallel.py
- plotting.py
- samples.py
- .gitignore
- .readthedocs.yaml
- LICENSE
- logo.png
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/minaskar/zeus
Downloads the entire project code from GitHub to your computer.
cd zeus
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install zeus-mcmc
Installs the package published on PyPI directly — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install zeus-mcmc
Installs the package published on PyPI directly — no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
