-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,29 @@ | ||
Installation | ||
============ | ||
|
||
TODO. See CASMcode_crystallography/python/doc/installation.rst for similar instructions. | ||
|
||
Install from PyPI | ||
----------------- | ||
|
||
.. note:: | ||
|
||
CASM is built for macOS x86_64 (Intel), macOS arm64 (Apple Silicon), Linux x86_64, and Linux aarch64. | ||
|
||
The latest release of libcasm-clexulator can be installed with: | ||
|
||
pip install libcasm-clexulator | ||
|
||
|
||
Install from source | ||
------------------- | ||
|
||
See the `libcasm contribution guide`_. | ||
|
||
|
||
For contributors | ||
---------------- | ||
|
||
See the `libcasm contribution guide`_. | ||
|
||
|
||
.. _`libcasm contribution guide`: https://prisms-center.github.io/CASMcode_docs/pages/contributing_to_libcasm_packages/ |