You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-20
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<palign="center">Volare is a version manager (and builder) for builds of <ahref="https://github.com/google/open-source-pdks">Google open-source PDKs</a> using <ahref="https://github.com/rtimothyedwards/open_pdks">open_pdks</a>.</p>
With a typical Python 3.6 or higher installation with PIP, installing `volare` is as simple as a `pip install`. Despite that, there are some peculiarities with PIP itself: For example, you may see a warning among these lines:
48
-
49
-
```sh
50
-
WARNING: The script volare is installed in'/home/test/.local/bin' which is not on PATH.
51
-
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
52
-
```
53
-
54
-
The solution is as simple as adding something like this to your shell's profile:
55
-
56
-
```sh
57
-
export PATH="/home/test/.local/bin:$PATH"
58
-
```
59
-
60
-
Do note that the path (`/home/test/.local/bin` in this example) varies depending on your operating system and version of Python you install, and whether you use `sudo` (absolutely not recommended) or not, so ensure that you actually read the warning and add the correct path.
61
-
62
46
# About the builds
63
47
In its current inception, volare supports builds of **sky130** and **gf180mcu** PDKs using [Open_PDKs](https://github.com/efabless/open_pdks), including the following libraries:
0 commit comments