Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored May 8, 2023
1 parent 2aa96d2 commit 089295e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ scenes by observing the user's activities.

```
git clone https://github.com/MLDSAI/OpenAdapt.git
cd puterbot
cd OpenAdapt
python3.10 -m venv .venv
source .venv/bin/activate
pip install wheel
Expand Down Expand Up @@ -55,7 +55,7 @@ to generate some events, then stop the recording by pressing CTRL+C.

Note: keep your recording short (i.e. under a minute), as they are
somewhat memory intensive, and there is currently an
[open issue](https://github.com/MLDSAI/puterbot/issues/5) describing a
[open issue](https://github.com/MLDSAI/OpenAdapt/issues/5) describing a
possible memory leak.


Expand Down Expand Up @@ -127,8 +127,8 @@ You can assume that you have access to the following functions:
[Join us on Slack](https://join.slack.com/t/mldsai/shared_invite/zt-1uf94nn7r-qcQnS~hinLPKftUapNzbuw). Then:

1. Fork this repository and clone it to your local machine.
2. Get puterbot up and running by following the instructions under [Setup](#Setup).
3. Look through the list of open issues at https://github.com/MLDSAI/puterbot/issues
2. Get OpenAdapt up and running by following the instructions under [Setup](#Setup).
3. Look through the list of open issues at https://github.com/MLDSAI/OpenAdapt/issues
and once you find one you would like to address, indicate your interest with a comment.
4. Implement a solution to the issue you selected. Write unit tests for your
implementation.
Expand Down

0 comments on commit 089295e

Please sign in to comment.