Skip to content

Commit fe81aec

Browse files
Update README.md
1 parent c082f63 commit fe81aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ This repository contains Python code for implementing steepest-descent method to
3232
1. Ensure that the required dependencies are installed by running:
3333

3434
```bash
35-
pip install numpy numdifftools matplotlib```
35+
pip install numpy numdifftools matplotlib
3636
2. Run `Gradient_Descent.py` to perform the steepest-descent optimization and save the results to a Pickle file:
3737

3838
```bash
39-
python Gradient_Descent.py```
39+
python Gradient_Descent.py
4040
3. Run `main.py` to visualize the steepest-descent paths and generate an animated GIF.
4141
4242
```bash
43-
python main.py```
43+
python main.py
4444

0 commit comments

Comments
 (0)