nickmccullum / algorithmic-trading-python

The repository for freeCodeCamp's YouTube course, Algorithmic Trading in Python
2.35k stars 2.37k forks source link

Configuration steps are missing in the youtube video #35

Open dhun111 opened 2 years ago

dhun111 commented 2 years ago

Where can I find the configuration details? That part is missing in the video.

Tedros-zeray commented 2 years ago

did you had any luck

Tedros-zeray commented 2 years ago

am stuck myself too

adityac2542 commented 2 years ago
  1. install pycharm.
  2. open new project.
  3. go to files -> settings
  4. then head to the project::(filename)
  5. search the package called pip and double click on it,
  6. then install from pip:-
    1. Jupyter notebook
    2. panda
    3. xlsxwriter
    4. numpy
  7. Now open the terminal of python(which is on the downside of the panel)
  8. Use git to clone the repo.
  9. Now do same as the video says.

i hope this helps :))