Skip to content

Commit 144dd2b

Browse files
committed
minor tweaks for pypi and v0.2
1 parent 3610614 commit 144dd2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Usage
1515

1616
**Important: you should name the columns exactly the same way because they are used as keys to generate the vCards**
1717

18-
2. ``cd yourcsvfoldername`` go to the folder where you have your csv file
18+
3. ``cd yourcsvfoldername`` go to the folder where you have your csv file
1919

20-
3. Open python ``python3`` (gotcha: using Python 3.6 features)
20+
4. Open python ``python3`` (gotcha: using Python 3.6 features)
2121

22-
4. Import module ``from csv2vcard import csv2vcard``
22+
5. Import module ``from csv2vcard import csv2vcard``
2323

24-
5. Now you have 2 options for running (both will create an /export/ dir for your vCard):
24+
6. Now you have 2 options for running (both will create an /export/ dir for your vCard):
2525

2626
- Test the app with ``csv2vcard.test_csv2vcard()``. This will create a Forrest Gump test vCard.
2727
- Use your real data ``csv2vcard.csv2vcard("yourcsvfilename", ",")`` where "," is your csv delimeter. This will create all your vCards.

0 commit comments

Comments
 (0)