-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e72f3da
commit 20ac20f
Showing
1 changed file
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# Cabby Project | ||
# Installation: | ||
## Install conda environment | ||
``` | ||
conda env create -f environment.yml | ||
``` | ||
|
||
## Install BAZEL | ||
``` | ||
apt install bazel | ||
``` | ||
|
||
## BAZEL: Build | ||
``` | ||
source build_all.sh | ||
``` | ||
|
||
## BAZEL: Test | ||
``` | ||
source test_all.sh | ||
``` | ||
|
||
## BAZEL: Run | ||
``` | ||
source run_all.sh | ||
``` | ||
|
||
|
||
|
||
This is a new project on grounding language descriptions. More details to come. | ||
|
||
**This is not an officially supported Google product.** |