Spack works with Python 3

- Update version guard in spack script to allow python 3
- Update min required version in the docs
This commit is contained in:
Todd Gamblin
2017-03-07 09:31:15 -08:00
parent 3f21f2b088
commit a8bcc23fe7
4 changed files with 6 additions and 5 deletions

View File

@@ -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