Skip to content

Commit f32704b

Browse files
authored
Update contributing.md
1 parent ecfc408 commit f32704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We currently utilize GitHub Issues as our project management tool for datachecks
1212

1313
#### 1. Clone repo
1414
The code is hosted on GitHub, so you will need to use Git to clone the project and make changes to the codebase. Once you have obtained a copy of the code, you should create a development environment that is separate from your existing Python environment so that you can make and test changes without compromising your own work environment. Additionally, you must make sure that the version of Python you use is at least 3.8. Using `conda` you can use `conda create -n datachecks python=3.8` and `conda activate datachecks` before the following steps.
15-
* clone with `git clone [https://github.com/NabilFayak/datachecks.git]`
15+
* clone with `git clone [https://github.com/alteryx/Checkers.git]`
1616
* install in edit mode with:
1717
```bash
1818
# move into the repo

0 commit comments

Comments
 (0)