summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2017-03-07 09:31:15 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2017-03-31 13:40:41 -0700
commita8bcc23fe7138a35c902e41f983408de6dbc874d (patch)
treea1277dd2c5bee3d4cbb45b4714132409f6e80073 /README.md
parent3f21f2b08810b39a17db85cca095b67efc4a249d (diff)
downloadspack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.gz
spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.bz2
spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.xz
spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.zip
Spack works with Python 3
- Update version guard in spack script to allow python 3 - Update min required version in the docs
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 375aad4dd7..68c2939ec6 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,8 @@ See the
[Feature Overview](http://spack.readthedocs.io/en/latest/features.html)
for examples and highlights.
-To install spack and install your first package:
+To install spack and install your first package, make sure you have
+Python (2 or 3). Then:
$ git clone https://github.com/llnl/spack.git
$ cd spack/bin