diff --git a/README.md b/README.md index 315fa307d..70a613575 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/Installation.md b/docs/Installation.md index f30d2dfb5..a50d478ef 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -1,7 +1,5 @@ # Installation Guide - - ## Installing with pip **Prerequisites for installation via wheel or PyPI:** @@ -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