User's Guide - GreatDevelopers/text_to_dxf GitHub Wiki
Setup
-
Please make sure that you have Python compiler already installed in your computer. If not, search over the internet on how to install python.
-
Run below command to install ezdxf library
pip install ezdxfor install it from here. -
Run below command on your Linux command line or Git command line tool on windows to get the copy of this project
git pull [email protected]:GreatDevelopers/text_to_dxf.git
or
Download the zip file from this link --> https://github.com/GreatDevelopers/text_to_dxf/archive/master.zip
Extract the file.
Open a command prompt and go to the folder where you just extracted the file.
How to use
- You can read this part in the readme section of this project.