-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5916b12
commit fdc81ef
Showing
5 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
|
||
## using pip | ||
## Using pip | ||
|
||
```bash | ||
pip install whl2conda | ||
``` | ||
|
||
## using conda | ||
## Using conda | ||
|
||
```bash | ||
conda install -c conda-forge whl2conda | ||
``` | ||
|
||
*whl2conda* does not have a direct runtime dependency on conda, so it | ||
is safe to install in environments other than `base`. | ||
|
||
## Prerequisites | ||
|
||
It is assumed that you have installed conda, and that it is in the program | ||
path, but it is currently only required for `whl2conda install`. Furthermore, | ||
if you use the `--conda-bld` option, you must have `conda-index` installed | ||
in your base environment (you will already have it if you have `conda-build`). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# configuration for linkchecker for use on site/ | ||
[filtering] | ||
checkextern=1 | ||
# ignore URLs that we cannot access without authentication | ||
#ignore= | ||
# https://fonts.gstatic.com | ||
# https://anaconda.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters