FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
agent-framework/python/devsetup.sh at main · microsoft/agent-framework · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
agent-framework
Public
Notifications
You must be signed in to change notification settings
Fork
2.2k
Star
13.1k
Code
Issues
498
Pull requests
114
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
agent-framework
/
python
/
devsetup.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (10 loc) · 338 Bytes
Breadcrumbs
agent-framework
/
python
/
devsetup.sh
Copy path
File metadata and controls
10 lines (10 loc) · 338 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
uv python install 3.10 3.11 3.12 3.13
#
Create a virtual environment with Python 3.10 (you can change this to 3.11, 3.12 or 3.13)
PYTHON_VERSION=
"
3.13
"
uv venv --python
$PYTHON_VERSION
#
Install AF and all dependencies
uv sync --dev
#
Install all the tools and dependencies
uv run poe install
#
Install prek hooks
uv run poe prek-install
Back
|
FazBrowse Home
|
New Git URL