Skip to content

Commit

Permalink
remove $
Browse files Browse the repository at this point in the history
  • Loading branch information
top-chaisaen committed Jan 4, 2022
1 parent 7c01ccf commit 4882640
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ Python API and the novel algorithm for motor imagery EEG recognition named MIN2N

1. Create `conda` environment with dependencies
```bash
$ wget https://raw.githubusercontent.com/IoBT-VISTEC/MIN2Net/main/environment.yml
$ conda env create -f environment.yml
$ conda activate min2net
wget https://raw.githubusercontent.com/IoBT-VISTEC/MIN2Net/main/environment.yml
conda env create -f environment.yml
conda activate min2net
```

### Installation:

1. Using pip

```bash
$ pip install min2net
pip install min2net
```
2. Using the released python wheel

```bash
$ wget https://github.com/IoBT-VISTEC/MIN2Net/releases/download/v1.0.0/min2net-1.0.0-py3-none-any.whl
$ pip install min2net-1.0.0-py3-none-any.whl
wget https://github.com/IoBT-VISTEC/MIN2Net/releases/download/v1.0.0/min2net-1.0.0-py3-none-any.whl
pip install min2net-1.0.0-py3-none-any.whl
```
### Tutorial

Expand Down

0 comments on commit 4882640

Please sign in to comment.