We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5a5d4 commit bba156bCopy full SHA for bba156b
README.md
@@ -19,13 +19,20 @@ $ git clone https://github.com/IndianOpenSourceFoundation/dynamic-cli.git
19
```shell
20
$ pip3 install -r requirements.txt
21
```
22
+**4.** Go to dynamic directory
23
-**4.** Install with pip
24
+```shell
25
+$ cd dynamic-cli/
26
+```
27
+
28
+**5.** Install with pip
29
30
31
$ pip3 install -e .
32
33
34
+**If you face some issue running dynamic on mac, follow the below instructions**
35
36
> **Note for mac users**: Make sure to add these lines in you `~/.bashrc` or `~/.zhsrc`(*depending upon your shell*) 👇
37
> ```bash
38
> export LC_ALL=en_US.UTF-8
0 commit comments