Skip to content

Commit 9a05aac

Browse files
committed
Add PyPI link and install command for pathsim-rf
1 parent b45a6e7 commit 9a05aac

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/lib/config/packages.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ scope.plot()`,
246246
docs: 'rf',
247247
api: 'rf/api',
248248
examples: 'rf/examples',
249-
pypi: null,
249+
pypi: `${external.pypi}/pathsim-rf`,
250250
conda: null,
251251
github: `${external.github}/pathsim-rf`,
252252
features: [
@@ -255,7 +255,9 @@ scope.plot()`,
255255
{ title: 'RF Amplifiers', description: 'Amplifiers with optional IP3 nonlinearity and P1dB' },
256256
{ title: 'Mixers', description: 'Ideal frequency converters via time-domain multiplication' }
257257
],
258-
installation: [],
258+
installation: [
259+
{ name: 'pip', command: 'pip install pathsim-rf' }
260+
],
259261
quickstart: null,
260262
apiModules: [
261263
{ name: 'pathsim_rf', description: 'RF engineering blocks (RFNetwork, TransmissionLine, RFAmplifier, RFMixer)' }

0 commit comments

Comments
 (0)