File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed
Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 1717 project : diffpy.srxplanar
1818 c_extension : false
1919 headless : false
20- run : |
21- pip install diffpy.srxconfutils
2220
2321 secrets :
2422 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1212 c_extension : false
1313 headless : false
1414 python_version : 3.13
15- run : |
16- pip install diffpy.srxconfutils
1715 secrets :
1816 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ The following creates and activates a new environment named ``diffpy.srxplanar_e
7777 conda create -n diffpy.srxplanar_env diffpy.srxplanar
7878 conda activate diffpy.srxplanar_env
7979
80+ To confirm that the installation was successful, type ::
81+
82+ python -c "import diffpy.srxplanar; print(diffpy.srxplanar.__version__)"
83+
8084The output should print the latest version displayed on the badges above.
8185
8286If the above does not work, you can use ``pip `` to download and install the latest release from
@@ -93,7 +97,7 @@ and run the following ::
9397
9498This package also provides command-line utilities. To check the software has been installed correctly, type ::
9599
96- diffpy. srxplanar --version
100+ diffpy- srxplanar --version
97101
98102You can also type the following command to verify the installation. ::
99103
@@ -102,7 +106,7 @@ You can also type the following command to verify the installation. ::
102106
103107To view the basic usage and available commands, type ::
104108
105- diffpy. srxplanar -h
109+ diffpy- srxplanar -h
106110
107111Getting Started
108112---------------
Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * No news added: Remove confutils from pip install in ci.
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+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
You can’t perform that action at this time.
0 commit comments