Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2019-04-09 21:42:20 +0300
committerSteven Perron <stevenperron@google.com>2019-04-09 21:42:20 +0300
commit82ebbbba15c2adb7933489130374b43be970b8d4 (patch)
tree9e60e8fa3e869e231dacdbec74c1430ada299fff /README.md
parent9047de51cb974ec05b0417b6f10e8d8eacbddcf6 (diff)
README: fix formatting of requiring Python 'future' (#2500)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bef973699..b759a70c6 100644
--- a/README.md
+++ b/README.md
@@ -281,7 +281,8 @@ suite. Version 2 or 3.
We will be moving to Python3 only in the future. If you are using Python2, you
will need to install Python-future:
-```pip install future
+```
+pip install future
```
SPIRV-Tools is regularly tested with the the following compilers: