Skip to content

Commit 8c09208

Browse files
authored
Removing installation instruction reference to pypi test (#284)
1 parent 1369272 commit 8c09208

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

test_samples/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ Make sure it shows a version of at least 3.10.
8282

8383
## Installing Test Packages
8484

85-
After activating your virtual environment, you can install packages from pypi test (the test index will be replaced with the regular index before going out of preview):
85+
After activating your virtual environment, you can install packages from pypi:
8686

8787
```bash
88-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-activity
89-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-authorization
90-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-connector
91-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-client
92-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-hosting-core
93-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-authentication-msal
94-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-copilotstudio-client
95-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-hosting-core-aiohttp
96-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ microsoft-agents-storage-core
88+
pip install microsoft-agents-activity
89+
pip install microsoft-agents-authorization
90+
pip install microsoft-agents-connector
91+
pip install microsoft-agents-client
92+
pip install microsoft-agents-hosting-core
93+
pip install microsoft-agents-authentication-msal
94+
pip install microsoft-agents-copilotstudio-client
95+
pip install microsoft-agents-hosting-core-aiohttp
96+
pip install microsoft-agents-storage-core
9797
```

0 commit comments

Comments
 (0)