You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conda-recipe/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@
6
6
7
7
3. Convert these built packages for the other two platforms. For example, if you ran the above command on macOS, run `conda convert -p linux-64 -p win-64 <packages files>`, where `<packages_files>` are the package files that were created in step 2.
8
8
9
-
4. Upload all 9 package files (3 Python versions x 3 platfirms ) to anaconda.org using `anaconda upload --user ets <path_to_files>`.
9
+
4. Upload all 9 package files (3 Python versions x 3 platforms) to anaconda.org using `anaconda upload --user ets <path_to_files>`.
10
10
11
11
5. Test the package: `conda create -n foobar -c conda-forge -c ets python=3.9 skll`. This should _always_ install the latest package.
0 commit comments