We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bac19 commit 9f4ff89Copy full SHA for 9f4ff89
README.md
@@ -117,7 +117,7 @@ They pull a Docker image and then run a container with a Presto server:
117
Start by forking the repository and then modify the code in your fork.
118
119
Clone the repository and go inside the code directory. Then you can get the
120
-version with `python setup.py --version`.
+version with `./setup.py --version`.
121
122
We recommend that you use `virtualenv` for development:
123
setup.py
100644
100755
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env python
2
+
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
5
# You may obtain a copy of the License at
0 commit comments