CarlosOliveira1988 / Investment_Portfolio_Analysis

This repository is useful to perform some financial analysis in Investment Portfolio
4 stars 0 forks source link

Update the 'requirements.txt' file according to the current project features #57

Closed CarlosOliveira1988 closed 2 years ago

CarlosOliveira1988 commented 2 years ago

Is your feature request related to a problem? Please describe.

The 'requirements.txt' file is not updated according to the current status of the project, then some packages will be missing when using it, specially by new collaborators.

Describe the solution you'd like

Add the missed frameworks/modules in the 'requirements.txt' file

Describe alternatives you've considered

N/A

Additional context

N/A

CarlosOliveira1988 commented 2 years ago

This issue is fixed by the commit 2fbbbf7

To install the project dependencies, just run the command bellow from VSCode:

py -m pip install -r requirements.txt

In case we need new updates to the "requirements.txt" file, we just need the command:

py -m pip freeze > requirements.txt

We I ran the above command for the first time, I had some issues with some specific libraries/commands as follows. Due those issues, I deleted those lines.

pywin32==301 pywinpty==1.1.2 setoptconf==0.2.0

Please, check the results.