diff --git a/README.md b/README.md index 48c91a1..a0636c5 100644 --- a/README.md +++ b/README.md @@ -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`**: @@ -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.