Skip to content

Commit bba156b

Browse files
added mac instruction
1 parent 4d5a5d4 commit bba156b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,20 @@ $ git clone https://github.com/IndianOpenSourceFoundation/dynamic-cli.git
1919
```shell
2020
$ pip3 install -r requirements.txt
2121
```
22+
**4.** Go to dynamic directory
2223

23-
**4.** Install with pip
24+
```shell
25+
$ cd dynamic-cli/
26+
```
27+
28+
**5.** Install with pip
2429

2530
```shell
2631
$ pip3 install -e .
2732
```
2833

34+
**If you face some issue running dynamic on mac, follow the below instructions**
35+
2936
> **Note for mac users**: Make sure to add these lines in you `~/.bashrc` or `~/.zhsrc`(*depending upon your shell*) 👇
3037
> ```bash
3138
> export LC_ALL=en_US.UTF-8

0 commit comments

Comments
 (0)