File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,14 @@ and run the following ::
89
89
90
90
pip install .
91
91
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
+
98
+ Now, you may consult our `online documentation <https://diffpy.github.io/diffpy.snmf >`_ for tutorials and API references.
99
+
92
100
Support and Contribute
93
101
----------------------
94
102
Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments