Contributors: Haofan Wang, Zhiyi Song, Congbo Song, Zongbo Shi, David Topping, Zhonghua Zheng ([email protected])
Step 1: create an environment:
$ conda create -n obsaq python=3.11 $ conda activate obsaq $ conda install -c conda-forge numpy pandas pyreadr
Step 2: install using pip:
$ pip install obsaq
(optional) install from source:
$ git clone https://github.com/envdes/obsaq $ cd obsaq $ python setup.py obsaq
Python
Please check the tutorial for more information.
The GitHub issue tracker is the primary place for bug reports.