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: setup.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
$!/bin/bash
1
+
#!/usr/bin/env bash
2
2
3
3
python -m venv venv
4
4
source venv/bin/activate
@@ -14,14 +14,14 @@ fi
14
14
# Source the .bashrc file to add the necessary items to the PATH
15
15
source~/.bashrc
16
16
17
-
echo"You will need to install teh package using pip as described in the README.md file. Additional information is in the README.md file for more features of the package."
17
+
echo"You will need to install the package using pip as described in the README.md file. Additional information is in the README.md file for more features of the package."
18
18
echo""
19
19
echo"Quick Start - simply run the following command and it will install the package and make it available to use:"
20
20
echo"pip install ."
21
21
echo""
22
22
echo"If you wish to do development, or want to use the package in your own projects, use the following command:"
23
23
echo"pip install -e ."
24
24
echo""
25
-
echo"if you wish to use teh optional NLTK analytics, install the following optional extras for current and future NLP metrics:"
25
+
echo"If you wish to use the optional NLTK analytics, install the following optional extras for current and future NLP metrics:"
0 commit comments