|
@@ -66,6 +66,7 @@ There are options:
|
|
|
|
|
|
- Platform agonistic installation: [Anaconda](#anaconda), [Docker](#docker)
|
|
|
- Platform specific installation: [Ubuntu](#ubuntu), [macOS](#macos), [Windows](#windows)
|
|
|
+- Pre-build binaries from [the release section](https://github.com/wkentaro/labelme/releases)
|
|
|
|
|
|
### Anaconda
|
|
|
|
|
@@ -220,8 +221,6 @@ pip install -e .
|
|
|
## How to build standalone executable
|
|
|
|
|
|
Below shows how to build the standalone executable on macOS, Linux and Windows.
|
|
|
-Also, there are pre-built executables in
|
|
|
-[the release section](https://github.com/wkentaro/labelme/releases).
|
|
|
|
|
|
```bash
|
|
|
# Setup conda
|