Skip to content

Commit

Permalink
Merge pull request ydataai#218 from philip-khor/patch-1
Browse files Browse the repository at this point in the history
Recommend conda-forge channel instead of anaconda
  • Loading branch information
sbrugman authored Jul 22, 2019
2 parents 66ea42d + e044ff1 commit c338c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Alternatively, you could install directly from Github:

You can install using the conda package manager by running

conda install -c anaconda pandas-profiling
conda install -c conda-forge pandas-profiling

### From source

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3 id="using-conda">Using conda</h3>
<p><a href="https://anaconda.org/conda-forge/pandas-profiling/"><img alt="Conda Downloads" src="https://anaconda.org/conda-forge/pandas-profiling/badges/downloads.svg"></a>
<a href="https://anaconda.org/conda-forge/pandas-profiling"><img alt="Conda Version" src="https://img.shields.io/conda/vn/conda-forge/pandas-profiling.svg"></a> </p>
<p>You can install using the conda package manager by running</p>
<pre><code>conda install -c anaconda pandas-profiling
<pre><code>conda install -c conda-forge pandas-profiling
</code></pre>
<h3 id="from-source">From source</h3>
<p>Download the source code by cloning the repository or by pressing <a href="https://github.com/pandas-profiling/pandas-profiling/archive/master.zip">'Download ZIP'</a> on this page.
Expand Down Expand Up @@ -776,4 +776,4 @@ <h4><code><a title="pandas_profiling.ProfileReport" href="#pandas_profiling.Prof
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad()</script>
</body>
</html>
</html>

0 comments on commit c338c4b

Please sign in to comment.