OHBA Software Library
Project description
OHBA Software Library (OSL)
Install from Source Code
The recommended installation depends on your operating system. OSL can be installed from source using:
git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/<os>.yml
conda activate osl
pip install -e .
where the environment file <os>.yml
can be:
linux.yml
for a generic linux machine.m1_mac.yml
if you are using a modern Mac computer.hbaws.yml
if you are using an OHBA workstation at Oxford.bmrc.yml
if you are using the BMRC at Oxford.
Note, all of the above environments come with Jupyter Notebook installed. The hbaws.yml
and m1_mac.yml
environments also comes with Spyder installed.
Deleting osl
If you installed osl using the instructions above then to completely remove it simply delete the conda environment and delete the repo on your local machine:
conda env remove -n osl
rm -rf osl
For Developers
Run tests:
cd osl
pytest tests
or to run a specific test:
cd osl/tests
pytest test_file_handling.py
Build documentation:
python setup.py build_sphinx
Compiled docs can be found in doc/build/html/index.html
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file osl-0.4.0.tar.gz
.
File metadata
- Download URL: osl-0.4.0.tar.gz
- Upload date:
- Size: 10.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c435e485dbee75c16c28528c93ccb11145fdfc1096574e4aab506c77322ce964 |
|
MD5 | 8727acf35892f51debb191e88835320e |
|
BLAKE2b-256 | 8d8ab7d8a09e7653695f04e1532d65a5e416553bd0eeea2fb671162be2af657d |
File details
Details for the file osl-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: osl-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.2 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39401b14324e18077088fafda13532bc65b4e83994d4b800c7f5f1ec33adad0b |
|
MD5 | fc09f1093c5d60db9f873ef63fa631de |
|
BLAKE2b-256 | bd8ce357258f8a4def732a2a0e702ceb54e3df7f049ce450397796f08065e090 |