Skip to content

Commit f0b7462

Browse files
committed
Updated Readme.md with instructions to make the code work in vscode in windows.
1 parent 63e9d59 commit f0b7462

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@ modules:
4242
```
4343
brew install pipenv
4444
```
45+
To make this code work in VSCode follow the below steps:
46+
• Install the Start git-bash extension.
47+
• In command palette either type `bash` or `bash in workspace``.
48+
• Now the terminal will work as git-bash terminal
49+
• Install python3:
50+
sudo apt update
51+
sudo apt install python3
52+
• Create a vitual environment with:
53+
python -m venv venv
54+
• Activate the virtual environment with :
55+
venv\Scripts\activate
56+
• pip install python-dotenv – >use this to install dotenv
57+
• Then we can run :
58+
./tools.sh
59+
60+
For complete instructions about setting up the project and for details about how to run isort, black, flake8 visit : https://github.com/creativecommons/quantifying/blob/main/.github/workflows/python_static_analysis.yml
4561
4662
4763
[pipenvdocs]: https://pipenv.pypa.io/en/latest/
@@ -65,7 +81,6 @@ To successfully run scripts that require client credentials, you will need to fo
6581
6682
4. You should now be able to run scripts that require client credentials without any issues.
6783
68-
For complete instructions about setting up the project and for details about how to run isort, black, flake8 visit : https://github.com/creativecommons/quantifying/blob/main/.github/workflows/python_static_analysis.yml
6984
7085
### Tooling
7186

0 commit comments

Comments
 (0)