Skip to content
Open

V0.1 #39

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.json
wip/
cache/

# Created by https://www.toptal.com/developers/gitignore/api/windows,macos,linux,python,pycharm+all,jupyternotebooks
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,macos,linux,python,pycharm+all,jupyternotebooks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Insights on the edits and data within Wikipedia

## Setup

This project requires Python 3.10+ and pip 22.0+
This project requires Python 3.12+ and pip 24.0+
1. `git clone git@github.com:Amustache/Wikipedia-Analysor.git`
2. `cd Wikipedia-Analysor`
3. `python3 -m venv env`
Expand Down
Loading