Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyDial3 - Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
dsml
PyDial3 - Public
Commits
35da1af9
Commit
35da1af9
authored
5 years ago
by
Carel van Niekerk
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
fb16cd9c
Branches
Branches containing commit
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+34
-0
34 additions, 0 deletions
README.md
with
34 additions
and
0 deletions
README.md
0 → 100644
+
34
−
0
View file @
35da1af9
Welcome to PyDial: the CUED Python Statistical Dialog System (V1.4)
If you are reading this you have probably already downloaded the PyDial repo but if
you havent, do it now.
PyDial uses Python 3.7 and has been previously implemented with python 2.7. Ensure
that you use the requirements.txt file to install the appropriate dependencies
via pip. If you do not have pip installed yet first do
sudo apt-get install python3-pip
otherwise exectued directly
pip3 install -r requirements.txt
To check that you have a fully functioning system, run the PyDial functional tests
sh testPyDial
You should see output similar to the following:
Running PyDial Tests
1 tests/test_DialogueServer.py time 0m3.908s
2 tests/test_Simulate.py time 0m18.990s
3 tests/test_Tasks.py time 0m0.492s
3 tests: 980 warnings, 0 errors
See test logs in _testlogs for details
Finally, install the documentation
sh createDocs.sh
Then point your browser at documentation/Docs/index.html. If PyDial is new to you,
read the Tutorial "Introduction to PyDial".
The PyDial Team
August 2018
PyDial is distributed under Apache 2.0 Licensed. See LICENSE
\ No newline at end of file
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