@jerryan/pi-pyvenv 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -19,16 +19,13 @@ The activation mutates `process.env.PATH` and `process.env.VIRTUAL_ENV` **once**
19
19
  ## Installation
20
20
 
21
21
  ```bash
22
- pi install @jerryan/pi-pyvenv
22
+ pi install npm:@jerryan/pi-pyvenv
23
23
  ```
24
24
 
25
- Or install locally:
25
+ Or install from git:
26
26
 
27
27
  ```bash
28
- cd ~/.pi/agent/extensions/
29
- git clone https://github.com/JerryAZR/pi-pyvenv.git
30
- cd pi-pyvenv
31
- npm install
28
+ pi install git:https://github.com/JerryAZR/pi-pyvenv.git
32
29
  ```
33
30
 
34
31
  Then restart pi or run `/reload`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jerryan/pi-pyvenv",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Automatically activate a Python virtual environment for pi coding agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,6 +24,7 @@
24
24
  "keywords": [
25
25
  "pi",
26
26
  "pi-extension",
27
+ "pi-package",
27
28
  "python",
28
29
  "venv",
29
30
  "virtualenv"