Skip to content

Commit 7462cca

Browse files
authored
Merge pull request #61 from MeghanaNalla/main
Issue #60 resolved. updated data_cleaning.py and Readme.md
2 parents 92b3a7c + 52d2708 commit 7462cca

3 files changed

Lines changed: 157 additions & 12230 deletions

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ modules:
4242
```
4343
brew install pipenv
4444
```
45+
3. Create the Python virtual environment and install prerequisites using:
46+
`pipenv`:
47+
```
48+
shell pipenv sync --dev
49+
```
50+
4. Then you can run the static analysis tools:
51+
```
52+
shell ./tools.sh
53+
```
54+
4555
4656
[pipenvdocs]: https://pipenv.pypa.io/en/latest/
4757
[homebrew]: https://brew.sh/
@@ -71,7 +81,8 @@ To successfully run scripts that require client credentials, you will need to fo
7181
- [Black][black]: the uncompromising Python code formatter
7282
- [flake8][flake8]: a python tool that glues together pep8, pyflakes, mccabe,
7383
and third-party plugins to check the style and quality of some python code.
74-
- [isort][isort]: A Python utility / library to sort imports.
84+
- [isort][isort]: A Python utility / library to sort imports
85+
- It doesn't import any libraries, it only sorts and formats them.
7586
7687
[ccospyguide]: https://opensource.creativecommons.org/contributing-code/python-guidelines/
7788
[black]: https://github.com/psf/black

flickr/data_cleaning.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)