From 47e57d8e703b5375f783b109917fe8d54ea4a9e5 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Wed, 11 Nov 2020 18:11:56 +0000 Subject: [PATCH] Updated documentation dependencies --- docs/overview/python-package.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview/python-package.rst b/docs/overview/python-package.rst index 57255d5e8..e581f7a85 100644 --- a/docs/overview/python-package.rst +++ b/docs/overview/python-package.rst @@ -14,8 +14,8 @@ Package Installation Make sure you have the following dependencies installed: -* CMAKE v3.41+ (install in [Windows](https://tulip.labri.fr/TulipDrupal/?q=node/1081), [Linux (Ubuntu)](https://vitux.com/how-to-install-cmake-on-ubuntu-18-04/), [Mac](https://medium.com/r?url=https%3A%2F%2Fstackoverflow.com%2Fa%2F59825656%2F1889253)) -* Vulkan SDK installed via [official website](https://vulkan.lunarg.com/sdk/home) +* CMAKE v3.41+ (install in `Windows `_, `Linux (Ubuntu) `_, `Mac `_) +* Vulkan SDK installed via `official website `_ * C++ compiler (eg. gcc for linux / mac, MSVC for Windows) Once you set up the package dependencies, you can install Kompute from ```Pypi``` using ```pip``` by running: