Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit bec493a

Browse files
committed
update README
1 parent 77f027f commit bec493a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ Sample usage
4242
A slightly more complex example
4343
===============================
4444
# test/test_remote.py
45+
4546
import os
47+
4648
import paperspace
4749

4850
paperspace.run({'project': 'myproject', 'machineType': 'GPU+', 'container': 'Test-Container'})
4951

5052
print(os.getcwd())
53+
5154
print('something useful')
5255

5356

0 commit comments

Comments
 (0)