Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 406 Bytes

SAMPLE.md

File metadata and controls

11 lines (11 loc) · 406 Bytes

Hello!
This is a very poorly written readme. Pay it no mind. Please help me fix my code, I can't figure it out. The code script should simply display a plot of an elementy parabola.

To setup the python environement run the following commands:

  1. ```sudo apt-get install python3```
  2. ```python3 -m venv ./venv```
  3. ```python3 -m pip install -r requirements.txt```