Skip to content

Commit 5b1c8a0

Browse files
authored
Update README.md
Add source building information.
1 parent 1a96ada commit 5b1c8a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ Built with Python 3.7, Python 2 is untested. The package can be built with bdist
2323

2424
# most of the BTMGMT commands require root privileges, so the library should be
2525
# installed to the root python environment.
26+
27+
## Building from Source:
28+
29+
Clone the repository, then `cd` into the root of the repo.
30+
31+
Install with:
32+
33+
$ sudo python3 setup.py install
34+
35+
The package can be uninstalled as normal with `pip`.
2636

2737
## Usage:
2838

0 commit comments

Comments
 (0)