Skip to content

Commit 2dcab40

Browse files
authored
Update FilesFormat.md
1 parent 401c44a commit 2dcab40

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

FilesFormat.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,18 @@ Range[5]
122122

123123
7. Enjoy!
124124

125-
### Using pyforchange.pfcf package
125+
### Export PFCF code using pyforchange package
126+
127+
Import executepfcf from pyforchange.pfcf.read.
128+
```python
129+
from pyforchange.pfcf.read import executepfcf
130+
```
131+
Execute <yourfilename>.pfcf
132+
```python
133+
executepfcf(<yourfilename>)
134+
```
135+
136+
### Using pyforchange package in order to create log files
126137

127138
#### Example 1
128139
Import pfcf and give the instructions.
@@ -142,7 +153,7 @@ l.read()
142153
First, log1_0.pfcf file is made.
143154

144155
v2.0.2 or upper:
145-
```PFCF
156+
```
146157
hello[,world",|hello\[,world\",|by Eanorambuena~this text can not be printed~,
147158
```
148159

@@ -160,7 +171,7 @@ by Eanorambuena
160171

161172

162173
Finally, `0` is append to log1_hist.pfcf file.
163-
```PFCF
174+
```
164175
0
165176
```
166177

@@ -175,7 +186,7 @@ l.read()
175186
First, log1_1.pfcf file is made.
176187

177188
v2.0.2 or upper:
178-
```PFCF
189+
```
179190
:this text can not be printed:,
180191
```
181192

@@ -186,7 +197,7 @@ Then, log1_1.pfcf is read and printed.
186197

187198

188199
Finally, `1` is append to log1_hist.pfcf file.
189-
```PFCF
200+
```
190201
0
191202
1
192203
```

0 commit comments

Comments
 (0)