File: README.md

package info (click to toggle)
python-boost-histogram 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,232 kB
  • sloc: python: 7,745; cpp: 3,243; makefile: 22; sh: 1
file content (15 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Boost Histogram examples

The examples require Python 3.10. It is left as an exercise for the reader to
convert back to older versions if they so desire.

### Setup

You can run these examples in a virtual environment using:

#### Conda

```bash
conda create -p .env python=3.9 boost-histogram matplotlib numpy -c conda-forge
conda activate ./.env
```