-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.txt
52 lines (37 loc) · 1.35 KB
/
TODO.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Official site
----------------------
https://test.pypi.org/project/ak-sw-benchmarker/
https://pypi.org/project/ak-sw-benchmarker
Environment creation
-----------------------
python -m venv testing_package_venv
pip install --upgrade pip
Testing package
---------------------
twine upload --repository testpypi ./dist/*
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ak-sw-benchmarker
pip install -i https://test.pypi.org/simple/ ak-sw-benchmarker
Final repository
---------------------
twine upload ./dist/* --verbose
pip install ak-sw-benchmarker
Local installation
------------------
pip install ak_sw_benchmarker-0.0.9-py3-none-any.whl
pip install ak_sw_benchmarker-0.0.9-py3-none-any.whl --force-reinstall
Execution
------------------
python -m ak_sw_benchmarker
Installation in virtual machine
--------------------
sudo apt install python3-pip
pip install tk
sudo apt install python3-tk
Dealing with dependency conflicts
-----------------------------------
https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Problems with dependences
--------------------------
https://stackoverflow.com/questions/57405014/how-to-fix-no-matching-distribution-found-for-package-name-when-installing-o
https://packaging.python.org/en/latest/guides/using-testpypi/
pip install ak-sw-benchmarker