You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ Inside this repository, you will find a file called `./notebook/problems.ipynb`
6
6
7
7
## 🌱 How to start this project
8
8
9
-
The easiest way to start working on this project is by using Gitpod:
9
+
This project and its repository comes with the necessary files to start working.
10
10
11
-
1. Make a fork of [this repository](https://github.com/4geeksacademy/algorithm-optimization-project-machine-learning) into your github account.
12
-
2. Open the recently created fork on Gitpod by using the [Gitpod button extension](https://www.gitpod.io/docs/browser-extension/).
13
-
3. Once Gitpod VSCode has finished opening you can go ahead and open the `problems.ipynb` file and start solving each exercise inside the notebook.
11
+
1. Make a fork of [this repository](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning) into your github account.
12
+
2. Open the recently created fork repository using a provisioning tool like [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod). Alternatively, you can clone it on your local computer using the `git clone` command.
13
+
3. Once it has finished opening you can go ahead and open the `problems.ipynb` file and start solving each exercise inside the notebook.
0 commit comments