Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Jan 26, 2023
1 parent 4463719 commit be0172f
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,23 +125,19 @@ end

## Details

### Conda packages

These are identified by a name, version and build.

The version must be a Conda version specifier, or be blank.

### Conda channels

If not specified in `CondaPkg.toml`, packages are installed from the `conda-forge` channel.
You can specify the channel to install a particular package from, such as with
`pkg> conda add some-channel::some-package`.

### Pip packages
You can also specify a top-level list of channels, from which all other packages are
installed, such as with `pkg> conda channel_add some-channel`.

These are identified by a name and version.
By default, packages are installed from the `conda-forge` channel.

The version must be a Pip version specifier, or be blank.
### Pip packages

Direct references such as `foo @ http://example.com/foo.zip` are allowed. As a special case
Direct references such as `foo@http://example.com/foo.zip` are allowed. As a special case
if the URL starts with `.` then it is interpreted as a path relative to the directory
containing the `CondaPkg.toml` file.

Expand Down

0 comments on commit be0172f

Please sign in to comment.