sequence
Project description
bolero
Getting started
Please refer to the documentation. In particular, the
Installation
You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing Miniforge.
# 1. Download the environment YAML file
wget https://raw.githubusercontent.com/lhqing/commons/main/envs/bolero_env.yaml
# 2. Create a environment named bolero
mamba env create -f bolero_env.yaml
# OR if you use conda
# conda env create -f bolero_env.yaml
# Note that conda can be very slow in solving complex dependencies
# 3. Install this package
pip install bolero
# or install the package with dev mode
git clone https://github.com/lhqing/bolero.git
cd bolero
pip install -e ".[dev,test]"
Release notes
See the changelog.
Contact
If you found a bug, please use the issue tracker.
Citation
t.b.a
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
bolero-0.0.27.tar.gz
(13.3 MB
view hashes)
Built Distribution
bolero-0.0.27-py3-none-any.whl
(13.1 MB
view hashes)