You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make code to run cross platform linux/windows, you have windows hard coded paths in code
The first step you should improve the Readme with complete documentation, how to run on Linux, for example you should specify that you need to install Python 3, and package manager pip3, the packages installed with pip3 has slightly different name, but I handled project to work on Ubuntu based distribution.
On Ubuntu based distribution you need to install the following package so that your code to work sudo apt-get update && sudo apt-get install espeak sudo apt-get install portaudio19-dev
I could help with refactoring code to use relative paths and not absolute path.
A better name for project Digital Assistant .
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Please make code to run cross platform linux/windows, you have windows hard coded path
Please make code to run cross platform linux/windows, you have windows hard coded paths
Jul 1, 2020
On Wed, Jul 1, 2020 at 8:31 PM Adavidoaiei Dumitru-Cornel < ***@***.***> wrote:
Please make code to run cross platform linux/windows, you have windows
hard coded path in code
[image: image]
<https://user-images.githubusercontent.com/5780300/86259044-31b2b180-bbc4-11ea-9f06-a46b0ef7896d.png>
The first step how to could improve the Readme is with complete
documentation how to run on Linux, for example you should specify that you
need to install Python 3, and package manager pip3, the packages installed
with pip3 has slightly different name, but I handled project to work on
Ubuntu based distribution.
On Ubuntu based distribution you need to install the following package so
that your code to work
sudo apt-get update && sudo apt-get install espeak
I could help with refactoring code to use relative paths and not absolute
path.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANEAVN5VQ6HZO5O6V4X7NYTRZNFTXANCNFSM4ONQABCQ>
.
Please make code to run cross platform linux/windows, you have windows hard coded paths in code
The first step you should improve the Readme with complete documentation, how to run on Linux, for example you should specify that you need to install Python 3, and package manager pip3, the packages installed with pip3 has slightly different name, but I handled project to work on Ubuntu based distribution.
On Ubuntu based distribution you need to install the following package so that your code to work
sudo apt-get update && sudo apt-get install espeak sudo apt-get install portaudio19-dev
I could help with refactoring code to use relative paths and not absolute path.
A better name for project Digital Assistant .
The text was updated successfully, but these errors were encountered: