Skip to content
Snippets Groups Projects

Warn about using pip

Merged Amir MOHAMMADI requested to merge pip into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
Using pip for development
Using pip for development
==========================
==========================
 
.. warning::
 
 
This guide is not complete and not recommended. You can just skip this
 
page. There are some problems when using pip and conda at the same time
 
which may lead to breaking **all your conda environments**. You can look at
 
the ``conda develop`` command for an alternative.
 
Since all |project| packages are distributed with `Setuptools`_, you can easily
Since all |project| packages are distributed with `Setuptools`_, you can easily
develop them using pip_. Additionally, you can use conda_ to create separate
develop them using pip_. Additionally, you can use conda_ to create separate
isolated environments for your different tasks.
isolated environments for your different tasks.
Loading