Skip to content

Commit

Permalink
adjusted imports, added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0dm committed Jun 16, 2023
1 parent e9d053a commit 5a75be9
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 314 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,19 @@ The direction is adjacent to [Adept.ai](https://adept.ai/), with some key differ

## Install

Recommended: Install with [Poetry](https://python-poetry.org/):
```
git clone https://github.com/MLDSAI/OpenAdapt.git
cd OpenAdapt
pip install poetry
poetry install
poetry shell
alembic upgrade head
pytest
```

Manual:
```
python3.10 -m venv .venv
source .venv/bin/activate
pip install wheel
Expand Down
Loading

0 comments on commit 5a75be9

Please sign in to comment.