Skip to content

User's Guide

Abhay Yadav edited this page Aug 24, 2017 · 5 revisions

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 ezdxf or 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 git@github.com: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.

Clone this wiki locally