Skip to content

Commit 9ef853f

Browse files
authored
Update README.md
1 parent 680447b commit 9ef853f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Welcome to the **Mojo Programming** repository!
44
This repo contains programming problems and solutions implemented using the **[Mojo](https://www.modular.com/mojo)** language.
55

6+
---
7+
## 📌 Running mojo in google colab
8+
Run the following commands in notebook cells.
9+
10+
Install magic:
11+
```bash
12+
!curl -ssL https://magic.modular.com/ | bash
13+
```
614
---
715

816
## 📌 Issues & Fixes
@@ -37,14 +45,6 @@ sudo apt-get install zlib1g-dev libtinfo-dev
3745
* zlib1g-dev: Provides libz.so
3846
* libtinfo-dev: Provides libtinfo.so (used for terminal interfaces)
3947

40-
## 📌 Running mojo in google colab
41-
Run the following commands in notebook cells.
42-
43-
Install magic:
44-
```bash
45-
!curl -ssL https://magic.modular.com/ | bash
46-
```
47-
---
4848
Upadate PATH:
4949

5050
```python

0 commit comments

Comments
 (0)