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 676d0c7 commit 0398ce0Copy full SHA for 0398ce0
README.md
@@ -30,13 +30,13 @@ Note that *$PWD* refers to your current working directory. In the above example
30
Clone the repository and navigate to the 'starrem2k13' folder. Install required packages :
31
32
```shell
33
+git clone https://github.com/code2k13/starrem2k13.git
34
+cd starrem2k13
35
pip install -r requirements.txt
36
```
37
38
Additionally you may also have to install lfs support for git
-```
-git clone https://github.com/code2k13/starrem2k13.git
39
-cd starrem2k13
+```shell
40
sudo apt-get install git-lfs
41
git lfs pull
42
0 commit comments