Added cli docs
This commit is contained in:
23
docs/source/cli.install.md
Normal file
23
docs/source/cli.install.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# cpl install
|
||||
|
||||
## Contents
|
||||
|
||||
- [Description](#description)
|
||||
- [Arguments](#arguments)
|
||||
|
||||
Installs given package via pip
|
||||
|
||||
cpl **install** *<package>* <br>
|
||||
cpl **i** *<package>* <br>
|
||||
cpl **I** *<package>*
|
||||
|
||||
## Description
|
||||
|
||||
Install given package to project via pip.
|
||||
Without given package it will install the depedencies of the CPL project your in.
|
||||
|
||||
## Arguments
|
||||
|
||||
| Argument | Description | Value type |
|
||||
| ----------------- |:-----------------------------:|:-------------:|
|
||||
| ```<package>``` | The package to install | ```str``` |
|
||||
Reference in New Issue
Block a user