Skip to content

Commit 33d4e27

Browse files
authored
Merge branch 'main' into beta-opt2-refactor
2 parents 648d7af + 218c0e5 commit 33d4e27

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@ xconv2 provides (or will provide) a graphical interface to local and remote weat
2020
We intend to release this as a standalone executable for linux and macos, but for the moment you should use a Python 3.12 (or later) environment with
2121
udunits2 and cartopy installed (from conda-forge), then you can pip install from the source using one of these:
2222

23-
`pip install "git+https://github.com/ncas-cms/xconv2.git"`
24-
`pip install "git+ssh://github.com/ncas-cms/xconv2.git"`
23+
#### Alpha
2524

26-
and then you should have `xconv2` available on your command line.
25+
We intend to release this as a standalone application (an "app") eventually, but meanwhile, you will likely need a dedicated (or up-to-date) mamba environment with a Python 3.12 (or later) environment with `cartopy` and `udunits2` installed, then you can pip install from PyPI. Here's an example:
26+
27+
```
28+
conda create -n xconv2
29+
conda activate xconv2
30+
mamba install -c conda-forge pip cartopy udunits2
31+
pip install xconv2
32+
```
33+
34+
and then you should have `xconv2` available on your command line in that environment. You could of course pip install into your own environment, but you will need to ensure it has cartopy and udunits2 in it (both via conda or mamba).
2735

2836
### Conda Environments
2937

0 commit comments

Comments
 (0)