-
Notifications
You must be signed in to change notification settings - Fork 195
Description
Description:
Currently, setting up and using the forex-python library requires manual installation of dependencies and configuration, which can be complex and time-consuming for some users.
Proposal:
Create an official Docker image for the forex-python library that includes all necessary dependencies and configurations. This will allow users to run the library easily across different environments without manual setup.
Benefits:
Simplifies setup and usage in various environments.
Reduces version and dependency compatibility issues.
Enables consistent execution in development, testing, and production environments.
Additional Information:
The Docker image should include the necessary tools to build and test the forex-python library.
Consider using a base image that aligns with the project's current build environment.