Skip to content

Commit

Permalink
Merge pull request #1 from Fluorescence-Tools/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
tpeulen authored Feb 17, 2024
2 parents 3ac6d38 + 4921018 commit d5adf85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
26 changes: 10 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,19 @@ clsmview
```

### Conda
``clsmview`` depends on common python packages such as ``numpy``, ``opencv``, and ``pandas``.
Additionally, ``clsmviewer`` depends on ``tttrlib``, and ``imp``. Thus,
to install ``clsmviewr`` make sure that conda channels that provide packages for the necessary
dependencies are listed in the ``.condarc`` file

```yaml
channels:
- salilab
- tpeulen
- tpeulen/label/nightly
- conda-forge
- defaults
``clsmview`` can be installed using conda (best in a separate environment)

```bash
conda create clsmview
conda activate clsmview
mamba install clsmview -c tpeeulen
```

To avoid potential conflicts ``clsmview`` can be installed in a separate environment.
To run `clsmview` activate its environment and use the `clsmview` command

```commandline
conda create -n test
conda install clsmview
```bash
conda activate clsmview
clsmview
```


Expand Down
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
- python {{ python }}
- typing_extensions <=4.5
- numpy
- numba
- pandas
- pyyaml >=5.0.0
- qtpy
Expand Down
Empty file modified tools/install_macos_sdk.sh
100644 → 100755
Empty file.

0 comments on commit d5adf85

Please sign in to comment.