Commit 8e17ddfd authored by Andy Luo's avatar Andy Luo Committed by LeiWang1999
Browse files

[Documentation] Fix Installation Documentation (#405)



* Update Installation.md

* Update installation prerequisites in documentation

---------
Co-authored-by: default avatarLei Wang <34334180+LeiWang1999@users.noreply.github.com>
parent 6d3d4743
...@@ -49,15 +49,15 @@ docker run --gpus all -it --rm --ipc=host nvcr.io/nvidia/pytorch:23.01-py3 ...@@ -49,15 +49,15 @@ docker run --gpus all -it --rm --ipc=host nvcr.io/nvidia/pytorch:23.01-py3
To build and install **tile-lang** directly from source, follow these steps. This process requires certain pre-requisites from Apache TVM, which can be installed on Ubuntu/Debian-based systems using the following commands: To build and install **tile-lang** directly from source, follow these steps. This process requires certain pre-requisites from Apache TVM, which can be installed on Ubuntu/Debian-based systems using the following commands:
```bash ```bash
sudo apt-get update apt-get update
sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev apt-get install -y python3 python3-dev python3-setuptools gcc zlib1g-dev build-essential cmake libedit-dev
``` ```
After installing the prerequisites, you can clone the **tile-lang** repository and install it using pip: After installing the prerequisites, you can clone the **tile-lang** repository and install it using pip:
```bash ```bash
git clone --recursive https://github.com/tile-ai/tilelang.git git clone --recursive https://github.com/tile-ai/tilelang.git
cd tileLang cd tilelang
pip install . # Please be patient, this may take some time. pip install . # Please be patient, this may take some time.
``` ```
......
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