-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathupload.txt
More file actions
25 lines (14 loc) · 688 Bytes
/
Copy pathupload.txt
File metadata and controls
25 lines (14 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Install to conda environment:
* twine
conda install twine
* On Windows install Git together with Bash.
Scripts:
To run the script open Bash terminal, then type <code>. </code> (dot with space), then
drag and drop the script to the Bash terminal (the script will change CWD itself).
* open terminal with activated environment
* to upload package to pypi change version in `upload`, push changes, run `upload`
Hint: Easily create shortcut to activated environment via Shortcutter:
conda install -c defaults -c conda-forge shortcutter
# pip install shortcutter
shortcutter --terminal
* To start Bash on windows type `%b%` in the terminal created via Shortcutter