Unverified Commit 20f3eea7 authored by Titus's avatar Titus Committed by GitHub
Browse files

docs: add header for compilation from source

parent 04885664
......@@ -21,6 +21,8 @@ To install from PyPI.
pip install bitsandbytes
```
## Alternative: Compiling from source
To compile from source, you need CMake >= **3.22.1** and Python >= **3.8** installed. Make sure you have a compiler installed to compile C++ (gcc, make, headers, etc.). For example, to install a compiler and CMake on Ubuntu:
```bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment