Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaskowski17 committed Jun 13, 2018
1 parent 3e19a6a commit 69410aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@ Copyright (c) 2018 by Biologically Inspired Computer Vision Group at Imperial Co
2. Install MatConvNet
3. Install Anaconda 3.6
4. Make downgrade to python version 3.5 using following formula
'''
```
conda install python=3.5
'''
```
5. Install Tensorflow in Anaconda
'''
```
conda create -n tensorflow pip python=3.5
activate tensorflow
pip install --ignore-installed --upgrade tensorflow
'''
```
6. Install keras and then change the keras_backend to Tensorflow (in the path: /home/user/anaconda2/envs/tfpy36/etc/conda/activate.d/keras_activate.sh)
'''
```
conda install -c conda-forge keras
'''
```
7. Install Spyder in Anaconda: https://anaconda.org/conda-forge/spyder
8. Setup Matlab engine for python
'''
```
c:\matlab\R2017a\extern\engines\python
python setup.py install
'''
```

### Running procedure
1. Activate the anaconda environment in a cmd window, and type spyder. Then you should see something like
Expand Down

0 comments on commit 69410aa

Please sign in to comment.