Fixed typos [Skip CI]
This commit is contained in:
parent
af33450835
commit
45465b246f
@ -30,8 +30,11 @@ Pip is able to install packages listed in a special text file, called the requir
|
||||
pip install -r requirements.txt
|
||||
Note that if you perform the command from the path where Pip is located, you need to specify the path to your Socializer root folder where the requirements file is located, for example:
|
||||
pip install -r D:\repos\socializer\requirements.txt
|
||||
|
||||
Pip will automatically get the additional libraries that the listed packages need to work properly.
|
||||
|
||||
If you need to update your dependencies, perform the following command:
|
||||
|
||||
pip install --upgrade -r requirements.txt
|
||||
|
||||
#### Other dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user