Skip to content

Commit

Permalink
Update install diections for a conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 20, 2023
1 parent 3840df2 commit 049d33a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ where `<path-to-installation>` is the base directory
in which the C BMI bindings have been installed
(`/usr/local` is the default).
When installing into a conda environment,
use the `CONDA_PREFIX` environment variable.
use the `$CONDA_PREFIX` environment variable.

The installation will look like
(on macOS, using v2.0 of the BMI specification):
Expand Down Expand Up @@ -101,11 +101,10 @@ run the following in a [Developer Command Prompt](https://docs.microsoft.com/en-
-DCMAKE_BUILD_TYPE=Release

where `<path-to-installation>` is the base directory
in which the C BMI bindings have been installed
(`"C:\Program Files (x86)"` is the default;
note that quotes and an absolute path are needed).
When installing into a conda environment,
use the `%CONDA_PREFIX%` environment variable.
in which the C BMI bindings have been installed.
The default is `"C:\Program Files (x86)"`.
Note that quotes and an absolute path are needed.
When using a conda environment, use `"%CONDA_PREFIX%\Library"`.

Then, to build and install:

Expand Down

0 comments on commit 049d33a

Please sign in to comment.