-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme to demonstrate Tensorflow installation #13
base: master
Are you sure you want to change the base?
Conversation
Update this documentation which will also serve Joey's installation instructions (as apposed to creating redundant instructions on Joey which could become outdated)
README.md
Outdated
``` | ||
* libtensorflowlite\_c.so | ||
* You can use the following commands to get libtensorflowlite\_c.so | ||
```bash | ||
# Download TensorFlow deps | ||
# Download TensorFlow deps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove extra space before the #
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, that .md should not have been there in that code block, I have removed it now.
README.md
Outdated
``` | ||
* Configure dynamic linker run-time bindings | ||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like the indent size is not correct.
README.md
Outdated
* libpng-dev | ||
* libpng-dev | ||
```bash | ||
sudo aptitude install libpng-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use apt
instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to apt and then also added -y
README.md
Outdated
* libjpeg-dev | ||
```bash | ||
sudo aptitude install libjpeg-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
Update this documentation which will also serve Joey's installation instructions (as apposed to creating redundant instructions on Joey which could become outdated)