About
This notebook demonstrates how to use the ObsAQ package in a Jupyter notebook.
Contributors: Haofan Wang, Zhiyi Song, David Topping, Zhonghua Zheng (Email: zhonghua.zheng@manchester.ac.uk)
Installation
Step 1: create an environment via conda
conda create -n obsaq python=3.8 conda activate obsaq conda install numpy pandas pyreadr
Step 2: install using pip:
pip install obsaq
(Optional) Step 3: install offline:
git clone https://github.com/envdes/obsaq cd obsaq python setup.py install