algorithmic-trading-python
algorithmic-trading-python copied to clipboard
Configuration steps are missing in the youtube video
Where can I find the configuration details? That part is missing in the video.
did you had any luck
am stuck myself too
- install pycharm.
- open new project.
- go to files -> settings
- then head to the project::(filename)
- search the package called pip and double click on it,
- then install from pip:-
- Jupyter notebook
- panda
- xlsxwriter
- numpy
- Now open the terminal of python(which is on the downside of the panel)
- Use git to clone the repo.
- Now do same as the video says.
i hope this helps :))