Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f3beb40

Browse files
committedOct 21, 2024·
Add instructions for checking successfull install
1 parent 9dbd1c3 commit f3beb40

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 

‎README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ and run the following ::
8989

9090
pip install .
9191

92+
To confirm that the installation was successful, type ::
93+
94+
python -c "import diffpy.snmf; print(diffpy.snmf.__version__)"
95+
96+
The output should print the latest version displayed on the badges above.
97+
9298
Support and Contribute
9399
----------------------
94100

‎news/update-install-check.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Updated REAMDE instructions to check for successful installation
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)
Please sign in to comment.