Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ You'll need to have at least python3.5 installed on your system.
# Any parent directories should already exist
python3 -m venv ~/virtualenvs/pandas-dev
# Activate the virtualenv
# If you are using Windows and Powershell you need to run:
# ~/virtualenvs/pandas-dev/Scripts/Activate.ps1
# or if you are using Windows and command prompt (cmd.exe):
# ~/virtualenvs/pandas-dev/Scripts/activate.bat
. ~/virtualenvs/pandas-dev/bin/activate

# Install the build dependencies
Expand Down
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ Documentation Improvements

- Added new section on :ref:`scale` (:issue:`28315`).
- Added sub-section Query MultiIndex in IO tools user guide (:issue:`28791`)
- Added hints how setup a dev environment under Windows when using pip only (:issue:`29112`)

.. _whatsnew_1000.deprecations:

Expand Down