Skip to content

Commit c02377b

Browse files
desilinguistBinod Gyawali
andauthored
Fix typo in conda-recipe README.
Co-authored-by: Binod Gyawali <[email protected]>
1 parent 90fc3fc commit c02377b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
2. This will create a single noarch Python package.
66

7-
3. Upload the package file to anaconda.org using `anaconda upload --user ets <path_to_files>`.
7+
3. Upload the package file to anaconda.org using `anaconda upload --user ets <path_to_file>`.
88

99
4. Test the package: `conda create -n foobar -c ets -c conda-forge python=3.9 skll`. This should _always_ install the latest package from the ``ets`` conda channel.
1010
Note that we are specifying the ``ets`` channel first since SKLL is now also in conda-forge but runs a version behind until we do the actual release on GitHub.

0 commit comments

Comments
 (0)