Skip to content

Commit

Permalink
Instructions to install using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
JosPolfliet committed Jan 24, 2016
1 parent cabbcba commit a9fedd0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ For each column the following statistics - if relevant for the column type - are


## Installation
### Using pip
You can install using the pip package manager by running

pip install pandas-profiling

### From source
Download the source code by cloning the repo or by pressing 'Download ZIP' on this page. Install by navigating to the proper directory and running

python setup.py install
python setup.py install

## Usage
The profile report is written in HTML5 and CSS3, which means pandas-profiling requires a modern browser.
Expand Down

0 comments on commit a9fedd0

Please sign in to comment.