Skip to content

Commit

Permalink
Change installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekked committed Aug 23, 2017
1 parent b8241c2 commit 0f7229c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include *.md *.txt tox.ini LICENSE
recursive-include src *.html
recursive-include src *.yml
recursive-include luminoth *.html
recursive-include luminoth *.yml
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ Luminoth currently supports Python 2.7 and 3.4–3.6.

If [TensorFlow](https://www.tensorflow.org) and [Sonnet](https://github.com/deepmind/sonnet) are already installed, Luminoth will use those versions.

You can check the installation is working by running `lumi --help`.

## Install with CPU support
Just run:
```bash
Expand Down Expand Up @@ -66,6 +64,10 @@ $ cd luminoth
$ pip install -e .
```
## Check that the installation worked
Simply run `lumi --help`.
# Supported models
Currently we are focusing on object detection problems, and have a fully functional version of [Faster RCNN](https://arxiv.org/abs/1506.01497). There are more models in progress (SSD and Mask RCNN to name a couple), and we look forward to opening up those implementations.
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ deps=
commands =
pip install -e .
check-manifest
flake8 src
coverage run -m unittest discover -s src -p "*_test.py"
flake8 luminoth
coverage run -m unittest discover -s luminoth -p "*_test.py"
codecov -e TOXENV

0 comments on commit 0f7229c

Please sign in to comment.