diff --git a/README.md b/README.md index a9d6cd0..2171047 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ MCU is a comprehensive package for the analysis of periodic wavefunctions and cr # Installation +### Install with pip +``` +pip install mcu +``` + +### Install with conda (macOS) ``` conda install -c hqp mcu ```