Skip to content

Commit

Permalink
requirements bug remove
Browse files Browse the repository at this point in the history
  • Loading branch information
baljit92 committed Jul 2, 2017
1 parent f3d7c30 commit c6cdbac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ The following pre-requisites need to be satisified for the project to run:
* Pillow 4.1.1


For Ubuntu, install freetype before installing the required modules:
For Ubuntu, the below files are required before installing the required modules:
```
sudo apt-get install libfreetype6-dev libxft-dev
sudo apt-get install python-tk
```
Following commands can be used to install pre-reqs using `pip`:
```
Expand Down Expand Up @@ -83,6 +84,13 @@ The following pre-requisites need to be satisified for the machine learning proj
* FreeType

## Instructions to run

For Ubuntu, the below files are required before installing the required modules:
```
sudo apt-get install libfreetype6-dev libxft-dev
sudo apt-get install python-tk
```

To setup TensorBox and evaluate the model, follow instructions below:


Expand Down
1 change: 1 addition & 0 deletions libraries_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ osType=$(uname)
} ;;
"Linux")
{
sudo apt-get install pkg-config
echo "It's all good"
exit
} ;;
Expand Down

0 comments on commit c6cdbac

Please sign in to comment.