Please make code to run cross platform linux/windows, you have windows hard coded paths
Opened this issue · 1 comments
Deleted user commented
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 .
GauravSingh9356 commented
Thanks. You can do refactor code for Linux, I will definitely appreciate it.
And also I will update readme soon.
Thanks again!
…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>
.