Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 739 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 739 Bytes

xlens (Graviational Lensing from Image Pixels)

tests Read the Docs

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