I prefer this:
- Machine:
Windows 10
+Ubuntu via WSL
. - [REPLACE] Editor - ST3
- [REPLACE] Compiler, Debugger
- Refer this
- [RECOMMENDED] Install in conda environment.
- On Windows, open "Anaconda Prompt".
> pip install <package-name>
- Check for the package if installed: try
conda list
on same/separate terminal. - DONE!
- Install at a custom location using
pip install <package> -t <directory>
.
e.g.pip install XlsxWriter -t F:\Softwares\Python\Python37\Lib