-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
183amir
committed
Apr 13, 2014
1 parent
0bd6d1c
commit 19f736e
Showing
1 changed file
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,47 @@ | ||
persian-calendar | ||
Persian Calendar | ||
================ | ||
|
||
A Persian (Jalali/Farsi) calendar which provides a basic app indicator in Unity Desktop Environment. | ||
A Persian (Jalali/Farsi) calendar which provides a basic app indicator in Unity | ||
Desktop Environment. | ||
|
||
|
||
Requirements | ||
================ | ||
Python 2 | ||
|
||
Khayyam python package (http://pythonhosted.org/Khayyam/) | ||
|
||
|
||
Installation | ||
================ | ||
First make sure Khayyam is installed: | ||
sudo apt-get install python-pip | ||
sudo pip install Khayyam | ||
First make sure *Khayyam* is installed: | ||
|
||
sudo apt-get install python-pip | ||
sudo pip install Khayyam | ||
|
||
Clone the repository: | ||
cd ~ | ||
git clone https://github.com/183amir/persian-calendar.git | ||
cd persian-calendar | ||
chmod +x persian-calendar.py | ||
|
||
cd ~ | ||
git clone https://github.com/183amir/persian-calendar.git | ||
cd persian-calendar | ||
chmod +x persian-calendar.py | ||
|
||
Now press Alt+F2 and run the program from there: | ||
~/persian-calendar/persian-calendar.py | ||
|
||
~/persian-calendar/persian-calendar.py | ||
|
||
To make the program run when you login: | ||
In Ubuntu, run 'Startup Applications' and press add | ||
|
||
In Ubuntu, run *Startup Applications* and press add | ||
|
||
Name: | ||
persian-calendar | ||
|
||
persian-calendar | ||
|
||
Command: | ||
/usr/bin/env python ~/persian-calendar/persian-calendar.py | ||
|
||
/usr/bin/env python ~/persian-calendar/persian-calendar.py | ||
|
||
Comment: | ||
Persian Calendar Indicator | ||
|
||
Persian Calendar Indicator |