Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
dd6b1062
Commit
dd6b1062
authored
4 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Update pyfaust install guide (now that pyfaust is hosted on pypi).
parent
6b898d28
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#833982
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gen_doc/install_pyfaust_in_venv.md
+8
-4
8 additions, 4 deletions
gen_doc/install_pyfaust_in_venv.md
with
8 additions
and
4 deletions
gen_doc/install_pyfaust_in_venv.md
+
8
−
4
View file @
dd6b1062
...
...
@@ -5,22 +5,26 @@ Python @PY3_VER@
First, you need to create your virtual environment into a directory reserved to pyfaust:
$ python3 -m venv test_pyfaust-@
PY3_VER
@
$ python3 -m venv test_pyfaust-@
CPACK_PACKAGE_VERSION
@
Second, you need to enable the virtual environment:
$ source ./test_pyfaust-@
PY3_VER
@/bin/activate
$ source ./test_pyfaust-@
CPACK_PACKAGE_VERSION
@/bin/activate
\n
ote For Windows users the command is rather:
C:\> call .\test_pyfaust-@
PY3_VER
@\Scripts\activate
C:\> call .\test_pyfaust-@
CPACK_PACKAGE_VERSION
@\Scripts\activate
Then, if all worked correctly you must see the test_pyfaut-@
PY3_VER
@ prompt of your virtual environment.
Then, if all worked correctly you must see the test_pyfaut-@
CPACK_PACKAGE_VERSION
@ prompt of your virtual environment.
It remains now to install pyfaust in this environment.
If you downloaded the
``whl``
package the command is:
$ pip install pyfaust-
*
.whl
Otherwise, a simpler way is to directly install pyfaust from the public PYPI repository:
$ pip install pyfaust
All the dependencies will be downloaded and installed by the command above.
You can launch this python command to validate the installation:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment