Skip to content

Commit 8b36bab

Browse files
committed
Update contribution instructions
1 parent 54fad1e commit 8b36bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ session.pandas.to_parquet(
344344

345345
* Go to the project's directory create a Python's virtual environment for the project (**python -m venv venv && source venv/bin/activate**)
346346

347-
* Run **./install-dev.sh**
347+
* Run **./setup-dev-env.sh**
348348

349349
* Go to the *testing* directory
350350

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Step-by-step
2626

2727
* Go to the project's directory create a Python's virtual environment for the project (**python -m venv venv && source venv/bin/activate**)
2828

29-
* Run **./install-dev.sh**
29+
* Run **./setup-dev-env.sh**
3030

3131
* Go to the *testing* directory
3232

0 commit comments

Comments
 (0)