Added readme
This commit is contained in:
parent
f6ae947d2a
commit
b4792c9ab0
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
<h1>VCF converter</h1>
|
||||
<p>Quick python convertor to import our Family .xls and export a simple VCF file that can be imported into most contact managers.</p>
|
||||
|
||||
<h2>Usage:</h2>
|
||||
<p>Issue the following commands to setup a virtual environment and execute the script.</p>
|
||||
|
||||
> python3 -m vev venv/
|
||||
|
||||
> source venv/bin/activate
|
||||
|
||||
> python3 -m pip install -r requirements.txt
|
||||
|
||||
> python3 convert.py
|
||||
|
Loading…
Reference in New Issue
Block a user