Commits
1 1 | ## CASA 6 |
2 - | |
2 + | |
3 3 | CASA 6 marks a major new chapter in CASA's development. With CASA 6, tools and |
4 4 | tasks will be available as Python wheels from a [PyPI repository](https://casa-pip.nrao.edu/). |
5 5 | These wheels can then be installed in any version of Python 3.6. In time CASA will |
6 6 | provide wheels for other versions of Python. |
7 7 | |
8 8 | ### Organization |
9 9 | |
10 10 | CASA 6 divides CASA's functionality into two Python packages: |
11 11 | |
12 12 | * [casatools](casatools/readme.md) -- the C++ tools with a minimal Python layer |