Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonholee50 committed Dec 7, 2024
1 parent b906d59 commit 5f49444
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,15 @@ cd AmpyFin

### 2️⃣ Install Dependencies

- Run the following command to install the required Python packages:
```bash
pip install -r requirements.txt
```

- We have recently migrated to using Ta-Lib for trading. Please follow the installation instructions here:
👉 [Ta-Lib Python](https://github.com/TA-Lib/ta-lib-python)


### 3️⃣ Configuration

1. **Create `config.py`**:
Expand Down Expand Up @@ -144,7 +149,7 @@ pip install -r requirements.txt

- Sign up for a MongoDB cluster (e.g., via MongoDB Atlas).
- Create a database for stock data storage and replace the `mongo_url` in 'config.py' with your connection string. Make sure to give yourself Network Access.
- Run the mongo setup script `mongo_setup.py`:
- Run the setup script `setup.py`:
- After running the mongo setup script, the MongoDB setup for the rest will be completed on the first minute in trading for both ranking and trading.


Expand Down

0 comments on commit 5f49444

Please sign in to comment.