Skip to content

Commit 200f3f5

Browse files
committed
Revert some changes on README
1 parent 2de26e6 commit 200f3f5

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# eggdriver
22

3-
_ _
4-
| | (_)
5-
\___ __ _ __ _ \__| |_ __ ___ _____ _ __
6-
/ _ \/ _\` |/ _\` |/ _` | '\__| \ \ / / _ \ '__|
7-
| __/ (_| | (_| | (_| | | | |\ V / __/ |
8-
\___|\__, |\__, |\__,_|_| |_| \_/ \___|_|
9-
__/ | __/ |
10-
|___/ |___/
11-
123
Your proyect trusted driver.
134

145
## Quick start
@@ -17,12 +8,13 @@ Your proyect trusted driver.
178

189
pip install eggdriver
1910

20-
### 2. Create the file **eggconfig.py**and wite in it the following lines:
11+
### 2. Create the file **eggconfig.py** and then write in it the following lines:
12+
13+
username, password = "{your user}", "{your password}"
2114

22-
username, password = "{your user}", "{your password}"<br><br>
2315
pypi = {<br>
24-
"user" : "{your PyPI user or "\__token__"}",<br>
25-
"password" : "{your PyPI password or token}"<br>
16+
"user" : "{your PyPI user or "\__token__"}",
17+
"password" : "{your PyPI password or token}"
2618
}
2719

2820
## NQS inside
@@ -33,10 +25,10 @@ Natural Quantum Script is a special domain programming language that aims to sim
3325

3426
Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example:
3527

36-
q0 q1<br>
37-
X<br>
38-
H<br>
39-
.--- X<br>
40-
c1<br>
28+
q0 q1
29+
X
30+
H
31+
.--- X
32+
c1
4133

4234
NQS is initially based on Qiskit, but seeks to go mainstream in the future. This is an OS project whose initial goal was to make it easier to write basic scripts in Qiskit and to bridge the gap for people who don't dare to delve into quantum computing.

0 commit comments

Comments
 (0)