more-compute 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: more-compute
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: An interactive notebook environment for local and GPU computing
5
5
  Home-page: https://github.com/DannyMang/MORECOMPUTE
6
6
  Author: MoreCompute Team
@@ -56,9 +56,19 @@ pip install -e .
56
56
 
57
57
  ## Installation
58
58
 
59
+ ### Recommended: Using uv (fastest, auto-handles PATH)
60
+ ```bash
61
+ # Install uv
62
+ curl -LsSf https://astral.sh/uv/install.sh | sh
63
+
64
+ # Install more-compute
65
+ uv tool install more-compute
66
+ ```
67
+
68
+ ### Alternative: Using pip
59
69
  ```bash
60
- (NOT IMPLEMENTED YET, TO-DO SET UP ON PyPi)
61
70
  pip install more-compute
71
+ # If "command not found", run: python3 -m kernel_run new
62
72
  ```
63
73
 
64
74
  ## Usage
@@ -1,5 +1,5 @@
1
1
  kernel_run.py,sha256=tZwu-cmeqnBfzD7vme2o_-ZMFCWCZzAPBWwPfod2_ZY,9640
2
- more_compute-0.1.0.dist-info/licenses/LICENSE,sha256=0Ot-XIetYt06iay6IhtpJkruD-cLZtjyv7_aIEE-oSc,1073
2
+ more_compute-0.1.1.dist-info/licenses/LICENSE,sha256=0Ot-XIetYt06iay6IhtpJkruD-cLZtjyv7_aIEE-oSc,1073
3
3
  morecompute/__init__.py,sha256=pcMVq8Q7qb42AOn7tqgoZJOi3epDDBnEriiv2WVKnXY,87
4
4
  morecompute/cli.py,sha256=kVvzvPBqF8xO6UuhU_-TBn99nKwJ405R2mAS6zU0KBc,734
5
5
  morecompute/notebook.py,sha256=vSKSjaIZzUbDoPEk2yb4rmM9LA71o44WGqmFen0b70c,3114
@@ -19,8 +19,8 @@ morecompute/utils/notebook_util.py,sha256=3hH94dtXvhizRVTU9a2b38m_51Y4igoXpkjAXU
19
19
  morecompute/utils/python_environment_util.py,sha256=l8WWWPwKbypknw8GwL22NXCji5i1FOy1vWG47J6og4g,7441
20
20
  morecompute/utils/special_commands.py,sha256=oCmAjKUsIOPIfobaJFDWhN2D5PLkKZtQozR3XAdIMe8,18653
21
21
  morecompute/utils/system_environment_util.py,sha256=32mQRubo0i4X61o-825T7m-eUSidcEp07qkInP1sWZA,4774
22
- more_compute-0.1.0.dist-info/METADATA,sha256=TTuzochhvAsXky6P2Jpq5nmULreWY9edtu0x5lBC0Wk,3817
23
- more_compute-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
24
- more_compute-0.1.0.dist-info/entry_points.txt,sha256=xp7z9eRPNRM4oxkZZVlyXkhkSjN1AjoYI_B7qpDJ1bI,49
25
- more_compute-0.1.0.dist-info/top_level.txt,sha256=bK5t6sP_R9xshwmWbm19ctLWV3tln2qRyDQH1xb6OfU,23
26
- more_compute-0.1.0.dist-info/RECORD,,
22
+ more_compute-0.1.1.dist-info/METADATA,sha256=s2MW1JSsgywJ8xeQXjEY3YaCLsH17sMHfTGjivzL-Ec,4039
23
+ more_compute-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
24
+ more_compute-0.1.1.dist-info/entry_points.txt,sha256=xp7z9eRPNRM4oxkZZVlyXkhkSjN1AjoYI_B7qpDJ1bI,49
25
+ more_compute-0.1.1.dist-info/top_level.txt,sha256=bK5t6sP_R9xshwmWbm19ctLWV3tln2qRyDQH1xb6OfU,23
26
+ more_compute-0.1.1.dist-info/RECORD,,