Skip to content

Commit

Permalink
Corrected setup/usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankmiec authored May 28, 2019
1 parent de427c0 commit 03e5799
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,24 @@ NinaTools, and the PythonMyoLinux repository, constitute the work of my final ye


# Setup
```
git clone https://github.com/sebastiankmiec/NinaTools.git
cd NinaTools/
pip install .
```

1. Create conda environment, install basic dependencies
```
conda create -n testnina -c conda-forge python=3.5
conda activate testnina
conda create -n myo_env -y
conda activate myo_env
conda install -c conda-forge pytorch pywavelets scipy pandas
conda install -c conda-forge python=3.5 pytorch pywavelets scipy pandas -y
pip install torchnet tqdm matplotlib scikit-learn appdirs
```

2. Setup kymatio
2. Install the *ninaeval* package
```
git clone https://github.com/sebastiankmiec/NinaTools.git
cd NinaTools/
pip install .
```

3. Setup kymatio
```
cd ..
git clone https://github.com/kymatio/kymatio
Expand Down

0 comments on commit 03e5799

Please sign in to comment.