Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ make app
```


## [BONUS - customized your conda env]
## [BONUS - installation via a customized conda env]
If you want to set up your own env,

```bash
conda create -n amadesuGPT python=3.10
conda create -n amadeusGPT python=3.10
```
the key dependencies that need installed are:
```python
Expand Down