renan-siqueira / python-investment-simulation-tool

A python tool to simulate investments from an asset portfolio in a time window
MIT License
3 stars 0 forks source link

Steps for installation locally #10

Closed johnfelipe closed 8 months ago

renan-siqueira commented 8 months ago

1. Create a Virtual Environment:

2. Activate the Virtual Environment:

3. Install Dependencies:

Install the required packages with:

pip install -r requirements.txt

4. Usage:


Note:

  1. The project is still in the development process, so some features have not yet been completed, as well as its translation into English.
  2. The README will be made as soon as the current functionality is finalized. Configuration and usage information will be present there.

Thank you for being interested in this project and if you need any help or guidance, just post a new pull request. :D

renan-siqueira commented 8 months ago

I just updated the project with the README file. It is updated with the latest version of the project.