techouse / mysql-to-sqlite3

Transfer data from MySQL to SQLite
https://techouse.github.io/mysql-to-sqlite3/
MIT License
221 stars 31 forks source link

How do I run this thing? #21

Closed damms005 closed 3 years ago

damms005 commented 3 years ago

I am new to Python and I saw this tool. As I have python already installed on my linux box, I thought it will be straight-forward for newbies like me, but oops, here I am!

After installing the package following the instruction using pip, no command named mysql2sqlite is available on the command line. I have not personally directly used anything installed with pip, so that may explain a lot about my issue.

I have tried creating a python script and importing the package mysql2sqlite. I have also tried using pip show mysql-to-sqlite3 to get the location of the package and added same to my PATH but still no luck.

How do I use this package?

techouse commented 3 years ago

Hey!

So if you installed everything correctly it should expose the console command mysql2sqlite as it's defined in the setup.py file.

I'm not entirely sure how you installed it though.

Try and follow these steps: