Skip to content

Commit a8ffd7b

Browse files
committed
docs: use python=3.13 for installation and mention the runmacro application
1 parent 840bb30 commit a8ffd7b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
.. |Tracking| image:: https://img.shields.io/badge/issue_tracking-github-blue
3737
:target: https://github.com/diffpy/diffpy.apps/issues
3838

39-
User applications to help with tasks using diffpy packages
39+
User applications to help with tasks using diffpy packages. Currently it
40+
contains
4041

41-
* LONGER DESCRIPTION HERE
42+
- `runmacro`: A runner for DiffPy macro files.
4243

4344
For more information about the diffpy.apps library, please consult our `online documentation <https://diffpy.github.io/diffpy.apps>`_.
4445

@@ -63,7 +64,7 @@ To add "conda-forge" to the conda channels, run the following in a terminal. ::
6364
We want to install our packages in a suitable conda environment.
6465
The following creates and activates a new environment named ``diffpy.apps_env`` ::
6566

66-
conda create -n diffpy.apps_env diffpy.apps
67+
conda create -n diffpy.apps_env diffpy.apps python=3.13
6768
conda activate diffpy.apps_env
6869

6970
The output should print the latest version displayed on the badges above.

0 commit comments

Comments
 (0)