Skip to content

Commit a0f9e65

Browse files
committed
Fix header lenght for mac64
1 parent 332e525 commit a0f9e65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Installation
7575
diffpy.pdffit2 supports Python 3.11 and 3.12.
7676

7777
Windows, macOS (non-Arm64), Linux
78-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7979

8080
The preferred method is to use `Miniconda Python
8181
<https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html>`_
@@ -98,7 +98,7 @@ Confirm that the installation was successful: ::
9898
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
9999

100100
macOS (Arm64)
101-
~~~~~~~~~~~
101+
~~~~~~~~~~~~~
102102

103103
Create a new conda environment ``diffpy.pdffit2_env``: ::
104104

@@ -117,7 +117,7 @@ Confirm that the installation was successful: ::
117117
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
118118

119119
Build from source
120-
~~~~~~~~~~~~~~~~
120+
~~~~~~~~~~~~~~~~~
121121

122122
For advanced users, obtain the source archive, and in the ``diffpy.pdffit2`` directory, run ::
123123

0 commit comments

Comments
 (0)