I'm trying to download pandarallel but it's not working, this is the code I'm using in terminal:
pip install pandarallel [--upgrade] [--user]`
I'm getting the error:
Parse error at "'[--upgra'": Expected string_end
How can I fix this?
I'm trying to download pandarallel but it's not working, this is the code I'm using in terminal:
pip install pandarallel [--upgrade] [--user]`
I'm getting the error:
Parse error at "'[--upgra'": Expected string_end
How can I fix this?
Copyright © 2021 Jogjafile Inc.
Just use:
If you want to upgrade the package already installed:
If you want to install the package in your user's python directory:
A combination of two:
The
[...]means it's an option.