File: BUILDING.md

package info (click to toggle)
python-gfloat 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: python: 1,448; sh: 37; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Copyright (c) 2024 Graphcore Ltd. All rights reserved. -->

## BUILDING

```
pip install -e .
( cd docs && make html )
```

#### Pushing
```
sh etc/package.sh
```