From a0f9e65a0cac0138b8aa4ae7ac41835478f3aca4 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 5 Dec 2024 17:08:52 -0500 Subject: [PATCH] Fix header lenght for mac64 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ccbc574..fa2c6cc 100644 --- a/README.rst +++ b/README.rst @@ -75,7 +75,7 @@ Installation diffpy.pdffit2 supports Python 3.11 and 3.12. Windows, macOS (non-Arm64), Linux -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The preferred method is to use `Miniconda Python `_ @@ -98,7 +98,7 @@ Confirm that the installation was successful: :: python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)" macOS (Arm64) -~~~~~~~~~~~ +~~~~~~~~~~~~~ Create a new conda environment ``diffpy.pdffit2_env``: :: @@ -117,7 +117,7 @@ Confirm that the installation was successful: :: python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)" Build from source -~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~ For advanced users, obtain the source archive, and in the ``diffpy.pdffit2`` directory, run ::