docs: Add missing conda list description

This commit is contained in:
1ambda 2017-01-07 16:41:31 +09:00
parent 929ca8a254
commit 7da132dea1

View file

@ -12,6 +12,14 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<h4>Usage</h4>
<div>
Get the Conda Infomation
<pre>%python.conda info</pre>
</div>
<div>
List the Conda environments
<pre>%python.conda env list</pre>
</div>
<div>
Activate an environment (python interpreter will be restarted)
<pre>%python.conda activate [ENV NAME]</pre>
@ -21,10 +29,6 @@ limitations under the License.
<pre>%python.conda deactivate</pre>
</div>
<div>
List the Conda environments
<pre>%python.conda env list</pre>
</div>
<div>
Get the Conda Infomation
<pre>%python.conda info</pre>
Get installed package list inside the current environment
<pre>%python.conda list</pre>
</div>