Setup_EN - vimpelican/upbit-bollinger-trader GitHub Wiki
Setup Guide (EN)
This page provides a guide for setting up the UPbit Cryptocurrency Trading Bot. Some details (e.g., Python version, dependencies) may change as the project develops, so stay tuned for updates.
Prerequisites:
- Python Version: (To be confirmed)
- Required Libraries: (List to be updated)
Make sure you have Python installed on your machine. You can check your Python version by running:
python --version
Installation Steps:
-
Clone the Repository:
Once the repository is ready, you can clone it to your local machine using:git clone https://github.com/vimpelican/upbit-bollinger-trader.git
-
Navigate to the Project Directory:
cd repository
-
Install Dependencies:
The exact dependencies will be listed here once the project is further along. For now, you will likely need libraries likepandas
,numpy
, andccxt
. The installation command will be:pip install -r requirements.txt
Environment Setup:
In order to interact with the UPbit API, you'll need to create a .env
file for your API keys.
- Create a file named
.env
in the root directory. - Add your UPbit API credentials:
UPBIT_API_KEY=your_api_key
UPBIT_SECRET_KEY=your_secret_key
Future Updates:
As the project progresses, this page will be updated with the exact Python version, dependencies, and any special configuration needed. Please check back for updates.