Skip to content

Commit

Permalink
update install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 30, 2024
1 parent d30ec4f commit fde4029
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ The easiest way to install BitBLAS is direcly from the PyPi using pip. To instal
pip install bitblas
```

Alternatively, to install the latest version of BitBLAS from the github repository, you can run the following command:

```bash
pip install git+https://github.com/microsoft/BitBLAS.git
```

After installing BitBLAS, you can verify the installation by running:

```bash
Expand Down
8 changes: 6 additions & 2 deletions docs/Installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Installation Guide



## Installing with pip

**Prerequisites for installation via wheel or PyPI:**
Expand All @@ -23,6 +21,12 @@ Alternatively, you may choose to install BitBLAS using prebuilt packages availab
pip install bitblas-0.0.0.dev0+ubuntu.20.4.cu120-py3-none-any.whl
```

To install the latest version of BitBLAS from the github repository, you can run the following command:

```bash
pip install git+https://github.com/microsoft/BitBLAS.git
```

After installing BitBLAS, you can verify the installation by running:

```bash
Expand Down

0 comments on commit fde4029

Please sign in to comment.