Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tzufgoogle authored Sep 11, 2022
1 parent e72f3da commit 20ac20f
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.md
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.**

0 comments on commit 20ac20f

Please sign in to comment.