-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
30 lines (21 loc) · 840 Bytes
/
TODO
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
26
27
28
29
30
https://test.pypi.org/project/ak-video-analyser/
https://pypi.org/project/ak-video-analyser/
https://packaging.python.org/en/latest/tutorials/packaging-projects/
Preparing packages
---------------------
py -m pip install --upgrade build
py -m build
Testing package
---------------------
twine upload --repository testpypi ./dist/*
URL: https://test.pypi.org/project/ak-frame-extractor/
pip install -i https://test.pypi.org/simple/ ak-video-analyser
Solving dependences conflicts
-----------------------------
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ak-video-analyser
twine upload ./dist/* --verbose
pip install ak-simulator
Local installation
------------------
pip install ak_simulator-0.0.7-py3-none-any.whl
pip install ak_simulator-0.0.7-py3-none-any.whl --force-reinstall