Sub-skill of python-scientific-computing: Installation.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill installation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Installation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-installation-8dec9e33)More formats (shields.io, HTML) on the badges page.
---
name: python-scientific-computing-installation
description: 'Sub-skill of python-scientific-computing: Installation.'
version: 1.0.0
category: data
type: reference
scripts_exempt: true
---
# Installation
## Installation
```bash
# Using pip
pip install numpy scipy sympy matplotlib
# Using UV (faster)
uv pip install numpy scipy sympy matplotlib
# Specific versions
pip install numpy==1.26.0 scipy==1.11.0 sympy==1.12
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!