Skip to content

Commit

Permalink
Update installation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardp authored Feb 6, 2024
1 parent d9543c2 commit 7b50e4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pip install bitsandbytes

### From source

You need CMake and Python installed. For Linux, make sure to install a compiler (`apt install build-essential`, for example).

```bash
git clone https://github.com/TimDettmers/bitsandbytes.git && cd bitsandbytes/
pip install -r requirements-dev.txt
Expand All @@ -36,6 +38,8 @@ For a more detailed compilation guide, head to the [dedicated page on the topic]

## Windows

Windows builds require Visual Studio with C++ support, as well as the Cuda SDK installed.

Currently for Windows users, you need to build bitsandbytes from source:

```bash
Expand Down

0 comments on commit 7b50e4d

Please sign in to comment.