Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 855 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 855 Bytes

xlens (Graviational Lensing from Image Pixels)

tests Read the Docs conda-forge

Installation

Users can clone this repository and install the latest package by

git clone https://github.com/mr-superonion/xlens.git
cd xlens
# install required softwares
conda install -c conda-forge --file requirements.txt
# install required softwares for unit tests (if necessary)
conda install -c conda-forge --file requirements_test.txt
pip install . --user

or install stable verion from pypi

pip install xlens