Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geometrikal committed Feb 8, 2024
1 parent 6c0c375 commit 110293c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ Python scripts for particle classification

Used by particle trieur to perform model training.

There are two main branches:

* **legacy** corresponding to the libraries used in the old miso2 environment and Particle Trieur 3.0.4 and below
* **master** latest version used in the miso environment and Particle Trieur 3.0.5 and above

## Installation

This library needs to be installed to perform training with Particle Trieur. It can also be used stand-alone via the command line interface (CLI)

### Initial

```
conda create -n miso python=3.9
conda activate miso
Expand All @@ -13,7 +22,7 @@ pip install tensorflow==2.10.1
pip install miso
```

## Updating
### Updating

```
conda activate miso
Expand Down

0 comments on commit 110293c

Please sign in to comment.